This is the second beta release of simpleobsws for obs-websocket 5.0.0. This release is not backwards compatible with simpleobsws <1.0.0, and will not work with any obs-websocket 4.x versions.
- Major performance improvement by switching to Condition variables instead of polling
- The `call_poll_delay` argument has been removed as a result
- Increased max message payload size to 16MB
- Fixed a potential memory leak caused by request responses coming back from the server after the request has timed out
To install this version, run `pip install git+https://github.com/IRLToolkit/simpleobsws.gitmaster`
If you have any questions, please reach out via the `simpleobsws` channel in the [obs-websocket Discord](https://discord.gg/WBaSQ3A).