mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 15:16:00 +00:00
socket fix
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
sseResponses[strmid].response.write(
|
sseResponses[strmid].response?.write(
|
||||||
`event: ${message}\ndata: ${stableStringify(data == null ? null : data)}\n\n`
|
`event: ${message}\ndata: ${stableStringify(data == null ? null : data)}\n\n`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user