-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in on_socket_open: Non-thread-safe operation invoked on an event loop other than the current one #39
Comments
flyte
added a commit
to flyte/asyncio-mqtt
that referenced
this issue
Feb 24, 2021
It's because the |
flyte
added a commit
to flyte/asyncio-mqtt
that referenced
this issue
Feb 24, 2021
Added #41 to fix the issue in the second exception too. |
frederikaalund
pushed a commit
that referenced
this issue
Feb 24, 2021
frederikaalund
pushed a commit
that referenced
this issue
Feb 24, 2021
I'm experiencing the same problem - thanks for already finding a fix! Is the recommended workaround to use the |
@cmur2 Version 0.9.0 is now live. It includes the fix for this issue. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running with the
PYTHONASYNCIODEBUG=1
environment variable set, using the following code:Connecting to an MQTT server raises the following exceptions:
The text was updated successfully, but these errors were encountered: