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.
TheAsync 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.