Server Side Events (SSE) not working under IIS (Node.js Angular)
I’m experiencing a delay in receiving SSE events when using IIS with Integrated Pool mode. The delay seems to be specific to SSE events, as other types of content are not affected. I’ve tried disabling dynamic compression for the text/event-stream MIME type in web.config, but that didn’t make any difference.