packet queue is empty, aborting EngineIO connection dropped #938
Answered
by
miguelgrinberg
N0thingLikeTheSun
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Jun 21, 2022
Replies: 2 comments 3 replies
-
The packet queue is empty when the server stops sending. I'm not really sure what can be the reason, but in the version of Socket.IO that you are using the server is supposed to send PING packets every 25 seconds by default. If the client does not see anything in more than 25 seconds it assumes the server is in a bad state and drops out. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
N0thingLikeTheSun
-
Is this problem resolved, if yes could you help me how? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The packet queue is empty when the server stops sending. I'm not really sure what can be the reason, but in the version of Socket.IO that you are using the server is supposed to send PING packets every 25 seconds by default. If the client does not see anything in more than 25 seconds it assumes the server is in a bad state and drops out.