maybe this helps?
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user