Christian Heimes <[email protected]> added the comment:

This looks like a bug in the websocket package.

You cannot share an SSLSocket across threads safely without locking. I/O 
operations on a shared resource (file, socket, SSLSocket) are generally not 
thread safe. Locking has to be implemented in the layer that uses the resource, 
in your case websocket package.

Please report the issue with websocket.

----------

_______________________________________
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

Reply via email to