This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients JoKi, asvetlov, yselivanov
Date 2020-11-23.20:18:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606162709.57.0.980558881523.issue42445@roundup.psfhosted.org>
In-reply-to
Content
Transferring the loop instance between threads is not safe. You should create a loop and after that call run_forever() in the same thread.
Or, even better, call asynxio.run() in a thread.
History
Date User Action Args
2020-11-23 20:18:29asvetlovsetrecipients: + asvetlov, yselivanov, JoKi
2020-11-23 20:18:29asvetlovsetmessageid: <1606162709.57.0.980558881523.issue42445@roundup.psfhosted.org>
2020-11-23 20:18:29asvetlovlinkissue42445 messages
2020-11-23 20:18:29asvetlovcreate