Don't get burned by missing await Calls for Async Code in ASP.NET Core Middleware by @RickStrahl weblog.west-wind.com
This post falls into the category of stupid developer mistakes that are difficult to track down. In this post I'll discuss a nasty bug I ran into with my code, and which I totally misdiagnosed at first. It refers to an intermittent failure of HTTP requests in a custom middleware component where I would get HTTP errors even though the actual response apparently was received properly.
Report Story
Leave Your Comment