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
The Async methods, such as PostAsync, do not have a way to adjust their timeouts at the http layer. This results in them being tied to the default timeout which may be too short in some cases.
The HttpClient exposes ways to fix this, we should plumb this through the APIs.
The text was updated successfully, but these errors were encountered:
The Async methods, such as PostAsync, do not have a way to adjust their timeouts at the http layer. This results in them being tied to the default timeout which may be too short in some cases.
The HttpClient exposes ways to fix this, we should plumb this through the APIs.
The text was updated successfully, but these errors were encountered: