Fusion
babef7b97f
fix(dashboard): close SSE connections on outbound backpressure
...
The global SSE broadcast called res.write() without checking the return
value, so a paused or backgrounded client would silently accumulate
every store event for every entity (tasks, missions, plugins, agents,
chat, ...) into res.outputData until the dashboard process OOMed.
Add a 4 MB writableLength threshold; when exceeded, tear down the
connection so the OS releases the buffer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-24 22:25:57 -07:00
..
2026-04-08 10:39:38 -07:00
2026-04-24 19:39:20 -07:00
2026-04-19 20:48:14 -07:00
2026-04-24 11:35:55 -07:00
2026-04-24 08:54:25 -07:00
2026-04-08 16:48:35 -07:00
2026-04-23 10:58:36 -07:00
2026-04-17 08:01:38 -07:00
2026-04-19 20:48:13 -07:00
2026-04-14 12:15:01 -07:00
2026-04-12 12:52:32 -07:00
2026-04-22 08:46:56 -07:00
2026-04-24 19:39:20 -07:00
2026-04-08 05:53:24 -07:00
2026-04-20 23:07:28 -07:00
2026-04-20 15:37:32 -07:00
2026-04-20 10:38:38 -07:00
2026-04-24 19:39:20 -07:00
2026-04-08 05:53:24 -07:00
2026-04-12 21:40:34 -07:00
2026-04-12 21:40:34 -07:00
2026-04-18 07:36:57 -07:00
2026-04-24 19:39:20 -07:00
2026-04-17 02:58:01 -07:00
2026-04-14 11:29:16 -07:00
2026-04-13 22:32:31 -07:00
2026-04-18 05:11:57 -07:00
2026-04-15 08:04:02 -07:00
2026-04-15 02:53:06 -07:00
2026-04-09 13:01:19 -07:00
2026-04-07 23:30:32 -07:00
2026-04-24 09:44:44 -07:00
2026-04-16 10:04:44 -07:00
2026-04-20 22:10:07 -07:00
2026-04-15 19:53:22 -07:00
2026-03-31 01:26:57 -07:00
2026-03-31 11:19:27 -07:00
2026-04-14 09:29:08 -07:00
2026-04-24 08:55:02 -07:00
2026-04-24 19:39:20 -07:00
2026-04-24 08:55:02 -07:00
2026-04-10 02:59:38 -07:00
2026-04-17 15:21:15 -07:00
2026-04-15 18:23:05 -07:00
2026-04-10 10:44:48 -07:00
2026-04-20 10:16:13 -07:00
2026-04-11 11:27:32 -07:00
2026-04-08 16:03:46 -07:00
2026-04-18 16:57:58 -07:00
2026-04-24 19:39:20 -07:00
2026-04-12 17:36:18 -07:00
2026-04-24 19:39:20 -07:00
2026-04-24 19:39:20 -07:00
2026-04-24 19:39:20 -07:00
2026-04-24 22:25:57 -07:00
2026-04-12 18:38:26 -07:00
2026-04-12 18:38:26 -07:00
2026-04-16 23:07:40 -07:00