mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
socket fix
This commit is contained in:
parent
d00ee890e5
commit
79793d1b58
@ -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`
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user