Feature Request: Ability to set timeout value in .NET library #78
Replies: 2 comments
-
I assume your .NET library is using the HttpClient class for HTTP requests. It has a default timeout of 100 seconds. |
Beta Was this translation helpful? Give feedback.
-
Latest NetLicensing Client (C#) release v2.5.1 introduced timeout parameter for the New package is also available @ nuget |
Beta Was this translation helpful? Give feedback.
-
Would it be possible for you to make an updated version of .NET library: https://github.com/Labs64/NetLicensingClient-csharp and an updated Nuget build, where you expose the timeout value on the http-request you send towards your backend service?
We would like to be able to handle timeouts, but the current timeout is too high for us and it would be great if we could set it through e.g. a constructor parameter.
Beta Was this translation helpful? Give feedback.
All reactions