Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -21,6 +21,8 @@ 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