mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 03:45:59 +00:00
socket fix
This commit is contained in:
@@ -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`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user