ASP.NET Core 8 Web API : instability under high load when working with streamed uploads
I have an ASP.NET Core 8 Web API where I’m uploading files per stream with a POST
command. This means, I’m reading the Request.Body
(a stream) internally.
I have an ASP.NET Core 8 Web API where I’m uploading files per stream with a POST
command. This means, I’m reading the Request.Body
(a stream) internally.