-
I am a Python beginner and I am experiencing some issues while using this library. Can you please help me? Thank you very much. python socketIO server :
python socketIO client :
error(client):
|
Beta Was this translation helpful? Give feedback.
Answered by
JuneDan
Jun 9, 2023
Replies: 1 comment 8 replies
-
Did you look at your server logs for clues? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much for the suggestion, but the server still did not generate any error logs. However, I have solved this problem. I added eventlet.monkey_patch() in the SocketIO server , and the connection was successful. It's amazing, and I'm not sure why. If you know the reason, please let me know. Thank you very much.