Aymeric Augustin <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue41597> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
