-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Make the client more resilient when server is stopped or crashes.
Currently, when the server is stopped (or crashes for some reason), the client will crash when it tries sending a new message to the server. Perhaps when this happens, we disconnect the client and then try periodically reconnecting... i.e. every 10 seconds, try reconnecting, up to a maximum of 3 times.
Reactions are currently unavailable