Not able to emit from background thread. Similar to: https://github.com/miguelgrinberg/Flask-SocketIO/issues/434 #1358
Replies: 2 comments
-
Please enable logging in the server (see the troublshooting section if you don't know how) then share logs from your server that include the emits that do not work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I apologize, I think I wrote my question on the wrong repository. I am using flask_socketio, not python_socketio. I will move my question into the correct place. |
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
-
Hi,
This problem has been described in miguelgrinberg/Flask-SocketIO#434 as well.
I am a beginner programmer trying to implement a real-time transcription solution using Python Flask, React.js, and websockets.
I am asking for help with my code.
I seriously appreciate any and all help with this query.
Note: This code is minimal, not my entire code
server.py:
Beta Was this translation helpful? Give feedback.
All reactions