Replies: 1 comment 1 reply
-
This is a repository for the design of the C# language, not for library issues. You are looking for the dotnet/runtime repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if i set FromMilliseconds < 100 the HttpClient is timeout instantly, if i set FromMilliseconds > 100 the httpClient taking to timeout arround 1:45Min, if i use FromSeconds(1) that also taking 1:45min to timeout.
i trying httpClient, SocketsHttpHandler, CancellationTokenSource everying have same issue even Ping() class timeout also same issue.
Beta Was this translation helpful? Give feedback.
All reactions