You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
I am not good about websocket. So I used example code to understand. However, I faced with the following error,
AttributeError Traceback (most recent call last)
in ()
20 wss.start()
21
---> 22 while not wss.conn.connected.is_set():
23 time.sleep(1)
24
AttributeError: 'bool' object has no attribute 'is_set'
Could you help me?
The text was updated successfully, but these errors were encountered: