You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.