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:
@@ -226,7 +226,6 @@ export async function handleWorkbenchRealtimeHttp(request, response, url, option
|
|||||||
});
|
});
|
||||||
cleanup.push(unsubscribe);
|
cleanup.push(unsubscribe);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
const heartbeat = setInterval(async () => {
|
const heartbeat = setInterval(async () => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user