Replies: 1 comment 3 replies
-
|
disconnect, and reconnect doesn't work either. EngineIO drops right after the reconnect attempt. Putting a sleep in the middle doesn't work either |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During redeployment, the server sends disconnect() to some clients but not all clients. I am using socketio reconnection mechanism to reconnect the client, but the issue with a server disconnect is that it seems like the client would not reconnect after. When I try to use socketio.connect() again for the client, i got an exception for Already Connected. Using python socketio as the client. I need the client to stay connected with the server. What is the best way to handle this?
flask socketio version: 5.5.1
python-socketio version: 5.13.0
python-engineio version: 4.12.3
Beta Was this translation helpful? Give feedback.
All reactions