Asp.net – Is using too many HttpClient (HttpClientHandler) considered bad design and how to get around it?
I have read a lot about the socket exhaust problem. In general, this never caused me any problems, I always tried to follow the recommendations as much as possible. But now I have a question. I'm going to make a…