obsws-python/obsws_python
onyx-and-iris 6aa6db09eb adds an event object and listens until its set
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.
2024-01-05 09:57:08 +00:00
..
2022-12-05 16:39:33 +00:00
2023-08-14 00:44:59 +01:00
2024-01-05 09:36:02 +00:00
2022-12-05 16:39:33 +00:00
2022-09-04 14:20:40 +03:00
2023-10-23 12:43:59 +01:00