Web Api + HttpClient: An asynchronous module or handler completed while an asynchronous operation was still pending
I’m writing an application that proxies some HTTP requests using the ASP.NET Web API and I am struggling to identify the source of an intermittent error.
It seems like a race condition… but I’m not entirely sure.