Add SSE heartbeat and reconnect guidance for reverse-proxy deployments #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created from local project scan after reviewing existing issues #1-#13.
Current status: /events opens a Server-Sent Events stream and sends a single connected message, but it does not send heartbeat comments/events. Reverse proxies such as Pangolin, Nginx, or Cloudflare can close idle SSE connections between 15-minute sweeps, leaving dashboards stale until the browser reconnects or reloads.
Code references:
Acceptance criteria:
etry: or equivalent reconnect guidance for the browser.
In Bearbeitung durch Codex auf Branch codex/issue-17-sse-heartbeat. Scope: SSE Heartbeat/Reconnect fuer Reverse-Proxies: heartbeat interval, retry guidance, cleanup, Doku, statische/smoke Regression. Runner-only: keine lokalen npm/node Laeufe.
PR geoeffnet: #34\n\nStatus: mergeable. Scope: /events sendet jetzt retry guidance und konfigurierbare Heartbeat-Kommentare, Timer werden beim Disconnect geraeumt, X-Accel-Buffering gesetzt und Reverse-Proxy-Hinweise dokumentiert. Runner-only: keine lokalen npm/node Tests.