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
..
__init__.py enum.py renamed to subs.py. 2022-12-05 16:39:33 +00:00
baseclient.py log and rethrow TimeoutError on connection 2023-08-11 22:31:03 +01:00
callback.py only check for host+port values in init. 2022-10-24 22:42:16 +01:00
error.py refactor OBSSDKRequestError 2023-08-14 00:44:59 +01:00
events.py adds an event object and listens until its set 2024-01-05 09:57:08 +00:00
reqs.py adds disconnect() method to ReqClient 2024-01-05 09:36:02 +00:00
subs.py enum.py renamed to subs.py. 2022-12-05 16:39:33 +00:00
util.py namechange ops 2022-09-04 14:20:40 +03:00
version.py patch bump for issue #37 2023-10-23 12:43:59 +01:00