You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmm, this looks like contexts simply shouldn't be Send/Sync or something like that 🤔 so I believe that instead of supporting this, it's probably far easier to error.
Do you have an MVCE for this? Should probably be enough to post the code for which you got this behavior
Creating an event loop, giving it to a context and then running it via
run_return
in a new thread seems to give peculiar behaviour and does not error.The text was updated successfully, but these errors were encountered: