Aymeric Augustin <aymeric.augus...@m4x.org> added the comment:

websockets doesn't use threads (except where asyncio uses them under the hood 
e.g. for resolving addresses).

Perhaps the OP's code passes asyncio connections (wrapped in websocket 
connections) unsafely across threads.

----------
nosy: +aymeric.augustin

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41597>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to