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
The current reconnect logic is completely broken and I figured out my mistake by now. I'm trying to connect from within the websocket thread which obviously is not going to work and causes a deadlock. Implement the reconnect on the main thread and make sure all other threads are shutdown before doing so.
The text was updated successfully, but these errors were encountered:
The current reconnect logic is completely broken and I figured out my mistake by now. I'm trying to connect from within the websocket thread which obviously is not going to work and causes a deadlock. Implement the reconnect on the main thread and make sure all other threads are shutdown before doing so.
The text was updated successfully, but these errors were encountered: