Socket connection disconnects #1100
TannerGabriel
started this conversation in
General
Replies: 1 comment 11 replies
-
Have you enabled low level logs in the client? The option is |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running an application with a Javascript socketio server and Python socketio client and the client is disconnecting quite often (about 100 times per hour) without any obvious reason. Since the
disconnect
function does not send any information on why the disconnect happened, I enabled the logger and received the following error:I also enabled the debug statements for the Socket server:
Below is a list of what I have already tried to fix the issue. Is there anything else I can do/try?
Already tried
Beta Was this translation helpful? Give feedback.
All reactions