Netlify doesn’t keep a connection active forever. 28-30 seconds in the network max, so connections longer than that are closed. You’d have to use Edge Functions for that: Server-Sent Events (SSE) | Edge Functions on Netlify (edge-functions-examples.netlify.app)