Replies: 1 comment 6 replies
-
First of all, I'd like to ask that you follow the instructions on the issue template. If you have a question, or if you are not sure if this is an issue on this project then you have to use the discussions board. The issues board is for well understood issues that I need to work on. As far as your problem, you should look in your server logs for anything of significance happening at the time this problem starts. |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi guys!
I'm recently facing an issue that all my connections turn into a strange state almost at the same time
So basically, I have a customised "telemetry" packet a little bit under 1k size sending every 5 seconds. After running them for couple hours, all of such "telemetry" events starting timeout. I double checked the server side and I can confirm that none of those events been received (I logged at the first line of my event handler".
The strangest part is: while these kind events keeping timeout, the socketio pingpong packets are still sending as normal. The log looks like this:
As you can see, servers stop sending ACKs from 2023-12-31 03:16:06,690 and I can confirm that the event handler is not been triggered. Why this happens?
More information about this issue:
Versions:
flask-socketio==5.2.0
python-socketio[client]==5.9.1
python-engineio==4.7.1
Beta Was this translation helpful? Give feedback.
All reactions