HttpClient - PostAsync doesn’t return
问题 Does anyone know why HttpClient - PostAsync doesn’t return. It just does nothing. I have had it working occasionally especially for one off posts but it seems sometimes to not do anything especially under load and it doesn't throw an exception which of course makes my code unreliable and hard to debug. I have tried adding ConfigureAwait(false) It makes not difference. I suspect the Task is failing to 'pack' This is in a core 3.0 console app run on macOS Catalina using visual studio code This