Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpClient is instantiated for every request #488

Open
markgibbons25 opened this issue Jun 6, 2022 · 0 comments
Open

HttpClient is instantiated for every request #488

markgibbons25 opened this issue Jun 6, 2022 · 0 comments

Comments

@markgibbons25
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant