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
Describe the bug
The client occasionally sends System.TimeoutException: Request timed out
---> System.Threading.Tasks.TaskCanceledException: A task was canceled. The error client occasionally sends System.TimeoutException: Request timed out
---> System.Threading.Tasks.TaskCanceledException: A task was canceled. mistake.
To Reproduce
In random recurrence, either the client must be restarted or HttpClient must use a new socket.
I found that there were already similar problems but there was no practical solution.
Expected behavior
Request timed out should not affect subsequent request behavior
Request timed out Subsequent requests will cause the Request timed out until the client restarts
Stack trace
Copy the full stack trace here if you get an exception.
Desktop (please complete the following information):
OS: win11
.NET version .net 6
Version 108.0.2
The text was updated successfully, but these errors were encountered:
I can add a test that would execute a series of calls using the same client instance, timing out at random. If that test won't reproduce the issue, I don't think there will be any follow up on that.
Describe the bug
The client occasionally sends System.TimeoutException: Request timed out
---> System.Threading.Tasks.TaskCanceledException: A task was canceled. The error client occasionally sends System.TimeoutException: Request timed out
---> System.Threading.Tasks.TaskCanceledException: A task was canceled. mistake.
To Reproduce
In random recurrence, either the client must be restarted or HttpClient must use a new socket.
I found that there were already similar problems but there was no practical solution.
#1092
Expected behavior
Request timed out should not affect subsequent request behavior
Request timed out Subsequent requests will cause the Request timed out until the client restarts
Stack trace
Copy the full stack trace here if you get an exception.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: