se supone que esto seria
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 26s

This commit is contained in:
2025-06-09 18:31:16 -06:00
parent caf3e886a7
commit f3f2f30da9

View File

@@ -7,8 +7,10 @@ export function registerSse(app) {
res.set({
'Content-Type': 'text/event-stream',
'Cache-Control': 'no-cache',
Connection: 'keep-alive'
'Connection': 'keep-alive',
'X-Accel-Buffering': 'no' // 👈 desactiva el buffering en Nginx
});
res.flushHeaders();
// Primer “hola”