samisagit / natskell

A NATS client library written in Haskell
MIT License
5 stars 0 forks source link

Fatal error handling #112

Open samisagit opened 1 year ago

samisagit commented 1 year ago

If we encounter a fatal error, we just print it out. NATS will have dropped the connection, we probably want to attempt a reconnect.

We'll want to add a test to exercise this behaviour.