mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2025-04-02 19:33:46 +01:00
sets the event object on WebSocketConnectionClosedException adds __enter__(), __exit__() methods adds disconnect() to event client. aliases it as unsubscribe checks for non-empty response with: `if r := self.base_client.ws.recv()` before attempting to json.load() it.