Canceling abandoned requests in ASP.NET Core
Introduction
When a client makes an HTTP request, the client can abort the request, leaving the server processing if it's not prepared to handle this scenario; wasting its resources that could be used to process other jobs.
In this post, I'll show ho...
danielgenezini.hashnode.dev4 min read