socket fix

This commit is contained in:
Jan Prochazka 2024-05-24 09:36:04 +02:00
parent d00ee890e5
commit 79793d1b58

View File

@ -46,7 +46,7 @@ module.exports = {
continue;
}
sseResponses[strmid].response.write(
sseResponses[strmid].response?.write(
`event: ${message}\ndata: ${stableStringify(data == null ? null : data)}\n\n`
);
}