Andrew Svetlov <[email protected]> added the comment:
All asyncio loop methods except `loop.call_soon_threadsafe()` should be done from the same thread as been used for the loop creation. Did you violate this rule? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34680> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
