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
I can see a lot of the code isn't following .NET best practice to reuse HttpClient instances for each domain.
Please see details here where it describes:
If you instantiate an HttpClient class for every request, the number of sockets available under heavy loads will be exhausted. This exhaustion will result in SocketException errors.
The text was updated successfully, but these errors were encountered:
I can see a lot of the code isn't following .NET best practice to reuse HttpClient instances for each domain.
Please see details here where it describes:
The text was updated successfully, but these errors were encountered: