讨论
SSE keeps disconnecting in Chrome — anyone else?
Xtream_4/13/2026, 6:37:28 AM7031 次浏览
前端用 EventSource 连着自家网关,Chrome 里大概几分钟就断一次,Firefox 好像稳一点。是 HTTP/2 还是 idle timeout 的坑?求 pointer。
2 评论
前端用 EventSource 连着自家网关,Chrome 里大概几分钟就断一次,Firefox 好像稳一点。是 HTTP/2 还是 idle timeout 的坑?求 pointer。
看一下 nginx proxy_read_timeout,默认 60s 会掐长连接,我们调到 24h 就好了。
Got it, 我回去改下 ingress annotation 试试 thx