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
My application is somewhat latency sensitive, and after a minute+, I'd rather the request not complete at all. Unfortunately it doesn't seem like there's a way to change this setting.
The text was updated successfully, but these errors were encountered:
You're correct, httpclient injection should make this possible. Also related to this is #44
Latest dotnet says you should use the HttpClientFactory so you configure the HttpClient is correctly summoned and disposed for the lifetime of the service and don't have to repeat yourself everytime in the ctor of the classes using the httpclient
My application is somewhat latency sensitive, and after a minute+, I'd rather the request not complete at all. Unfortunately it doesn't seem like there's a way to change this setting.
The text was updated successfully, but these errors were encountered: