maybe this helps?

This commit is contained in:
Darius
2026-02-06 00:13:28 +01:00
parent 0cdeec5eef
commit 8670a9ab71

View File

@@ -21,8 +21,6 @@ export async function sseRoutes(
sse: true,
},
async (_request, reply) => {
reply.sse.keepAlive();
const clientId = randomUUID();
const sendEvent = (event: SseEvent) => {
reply.sse.send({