Client blocked after several requests #1832
Unanswered
MathiasDrapier
asked this question in
Q&A
Replies: 1 comment
-
If the Socket.IO portion works fine, how is Socket.IO influencing this problem? This library doesn't have any logic to block or time limit clients. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a flask and socketio app which acts as a SocketIO server and also a flask API. The SocketIO part works perfectly.
But concerning flask API I have an issue, when a client sends several requests very close in time, it is blocked and never receives a response. This doesn't entirely block the app because my API responds to other clients.
I got around the problem by adding a timeout in Nginx but this solution doesn't suit me.
Do you have any idea what is going on and what is the solution?
Beta Was this translation helpful? Give feedback.
All reactions