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 the server stops, the client is unable to re-connect without restarting. This is due to an edge case where the server connection is not unset from the connection manager.
Fix is on ServerConnectionManager.on_server_connection_closed () to check if open_connections has an entry, and if so, unset it.
The text was updated successfully, but these errors were encountered:
If the server stops, the client is unable to re-connect without restarting. This is due to an edge case where the server connection is not unset from the connection manager.
Fix is on
ServerConnectionManager.on_server_connection_closed ()
to check ifopen_connections
has an entry, and if so, unset it.The text was updated successfully, but these errors were encountered: