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
So the examples should probably be changed to use a supported method going forward. I'm not an asyncio expert, and all the variations I've tried using asyncio.get_running_loop() or asyncio.new_event_loop() have failed.
If anyone knows how this is supposed to work going forward, let me know and I'll test and update the docs.
The text was updated successfully, but these errors were encountered:
Oops, sorry, missed one line from the copy-paste. Edited that into the original comment. It doesn't really help you very far, though, since there's the Event constructor issue detailed in #96.
So the examples should probably be changed to use a supported method going forward. I'm not an asyncio expert, and all the variations I've tried using asyncio.get_running_loop() or asyncio.new_event_loop() have failed.
If anyone knows how this is supposed to work going forward, let me know and I'll test and update the docs.
The text was updated successfully, but these errors were encountered: