Skip to content

Issue with GetInputSettings #15

@FaNim21

Description

@FaNim21

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions