Flask Socket IO freeze in between #1849
Unanswered
kartikshetty0897
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you using an async server (gevent, eventlet)? Are you familiar with these frameworks and how to work with them to prevent blocking? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I am building a real time image detection webapp using angular, flask and socketio. I am using socketio to send frames of images form the client to the server. After a few requests the socketio application stops running and suddenly starts working discarding all the requests between the freeze and restart. And some times the socketio server starts after some time of running the application. Can someone please help me in identifying what might the issue be ?
Beta Was this translation helpful? Give feedback.
All reactions