Skip to content

v2.0.2-preview.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tinodo tinodo released this 19 Feb 09:51
· 4 commits to main since this release

Preview version of 2.0.2.

This version introduces a retry pattern when OBS is not ready to take requests, even after the authentication has occurred. This can happen when your client is running with autoReconnect enabled, and you start OBS Studio. At some point, OBS will accept the clients connection and authenticates, but might not already be capable of handling requests.

Although you could capture this problem yourself, by checking for an 207 result code (NotReady), we will try to retry the operation.