pigeon
pigeon copied to clipboard
Fix socket not reconnecting
This handles error when the server closes connections. The second commit implements a check for a open connection but it is not very resilient yet. If the reconnect fails, the notification get's lost, either there needs to be some recovery mechanism or the response handler needs to be called.
https://github.com/codedge-llc/pigeon/issues/299
Converted this to draft for now, I am still evaluating what else can be done so notifications won't get lost