Streaming response in ASP.NET Core 6 Web API working locally but not on Azure web app hosted on windows
I run a service as an Azure Web App. The problem is the response stream is not received as they are sent by the app, but come in large chunks. My assumption is it's due to response buffering. My ASP.NET…