Hi, after updating to obsclient 3.0, I started experiencing an issue with GetInputSettings.
The first call works correctly, but the second or third call consistently throws a TimeoutException. After that happens, the client becomes all further requests throw that the client is not connected, even though ConnectionState still reports Connected.
System.TimeoutException: Timeout waiting for OBS Studio response to request 78ee0e3d-50dc-4d3a-989f-8cc4d19f1616.
at OBSStudioClient.ObsClient.SendAndWaitAsync(Object request, Nullable`1 timeout)
at OBSStudioClient.ObsClient.SendRequestAndWaitAsync(String requestType, Object requestData)
at OBSStudioClient.ObsClient.SendRequestAsync[T](Object requestData, String requestType)
at OBSStudioClient.ObsClient.GetInputSettings(String inputName, Nullable`1 inputUuid)
at OBSStudioClient.ObsClient.GetInputSettings(String inputName)
Hi, after updating to obsclient 3.0, I started experiencing an issue with GetInputSettings.
The first call works correctly, but the second or third call consistently throws a TimeoutException. After that happens, the client becomes all further requests throw that the client is not connected, even though ConnectionState still reports Connected.