You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If sockets close, e.g. due to sleep mode of one's laptop, it would be nice if the js-client would automatically attempt to re-establish the connection with the connection options as supplied for the initial connection before throwing an Error: Socket is not open.
Apparently this logic was already implemented at some point but got removed a while ago.
The text was updated successfully, but these errors were encountered:
matthme
changed the title
Automatically try resetablishing connection if socket is closed
Automatically try re-establishing connection if socket is closed
Aug 27, 2024
If sockets close, e.g. due to sleep mode of one's laptop, it would be nice if the js-client would automatically attempt to re-establish the connection with the connection options as supplied for the initial connection before throwing an
Error: Socket is not open
.Apparently this logic was already implemented at some point but got removed a while ago.
The text was updated successfully, but these errors were encountered: