.NET 6 Port exhaustion when using HttpClient in factory class – Asp.net
I've been experiencing some port exhaustion recently, and I recently stumbled across this video by Nick Chapsas where he talks about how misusing HttpClient can lead to some of the same issues that I've been seeing. I use the HttpClientFactory…