Replies: 1 comment 6 replies
-
Please do not write issues on this package when you have a question about your own application. The discussion board is the appropriate place to ask question, the issues board is used to track bugs in the package. Is your background thread a real thread or a greenlet? You can't emit from a real thread if you are using eventlet, that is a limitation of the concurrency model used by eventlet and not of this package. But if you run your background job as a greenlet then it should work fine. |
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.
-
Hi,
I am currently facing issues when emitting an event in a separate thread.
In short:
In short,
I have this issue when running the app via socketio.run or eventlet.wsgi.server.
When using flask run or gunicorn I have no issues.
Any clue on the why?
I can provide a minimal example if needed.
Beta Was this translation helpful? Give feedback.
All reactions