Skip to content

Multiple calls to SetTimeout on the Deepgram client throws exceptions #116

@ThindalTV

Description

@ThindalTV

What is the current behavior?

When recreating the client and setting the timeout more than once(on different DeepgramClient instances), all calls after the first result in an exception.

Steps to reproduce

. Create a DeepgramClient
. Set the timeout to any value
. Dispose of the DeepgramClient
. Create a new DeepgramClient
. Set the timeout to any value that is not the same as in step 2.

Expected behavior

The timeout for the network call should be changed and no exception should be thrown

Please tell us about your environment

This error is generic and is not tied to any one platform. If it runs .NET, it is affected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions