.Net Core 3.1 HttpClient does not reuse sockets – Asp.net
I have the below piece of code which I ran on .Net 4.7.2 and .Net Core but I have got different behavior for each framework public class Program { private HttpClient Client = new HttpClient(); public static async Task Main(string[]…