fix(workbench): repair session SSE block syntax (#1963)

* fix(workbench): stream session outbox events over sse

* fix(workbench): repair session sse block structure
This commit is contained in:
Lyon
2026-06-23 10:33:35 +08:00
committed by GitHub
parent ee8181fb52
commit 8aa8a9cf61
-1
View File
@@ -226,7 +226,6 @@ export async function handleWorkbenchRealtimeHttp(request, response, url, option
});
cleanup.push(unsubscribe);
}
}
const heartbeat = setInterval(async () => {
try {