Does the windows environment cause multiple client links to block #1852
Unanswered
zhenzi0322
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Flask-SocketIO does not block. My guess is that the tasks that you are running are blocking your server. Or if you are using an asynchronous server (eventlet, gevent) then you are writing blocking tasks that are incompatible with these frameworks. May I ask you to not write issues on this package when you have a question? There is a discussions board for questions. Thank you. |
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.
-
Hello, I am using Flask-SocketIO to process tasks, if a user sends multiple tasks, it will cause the link Flask-SocketIO to block, my environment is windows
Beta Was this translation helpful? Give feedback.
All reactions