613 Views
In this post I take a look at the code in the default implementation of IHttpClientFactory in ASP.NET Core- DefaultHttpClientFactory. We'll see how it ensures that HttpClient instances created with the factory prevent socket exhaustion, while also ensuring that DNS changes are respected.
0 comments