The same websocket client object is often used between many different parts of the software. (for example skills) This will reduce the risk that all listeners are removed for all events by mistake. It it still possible toi do this by calling `WebsocketClient.ws.remove_all_listers()` if there would be need for this mechanism. |
||
---|---|---|
.. | ||
__init__.py | ||
ws.py |