Merge 543f296e3435732bb441c0f495ba203bda1a013b into 8a05c05596ca9ba0735dafd8e359885de4c2c969
This commit is contained in:
commit
df348faa1c
@ -194,7 +194,7 @@ export function attachGatewayWsConnectionHandler(params: AttachGatewayWsConnecti
|
||||
}
|
||||
};
|
||||
|
||||
socket.once("error", (err) => {
|
||||
socket.on("error", (err) => {
|
||||
logWsControl.warn(`error conn=${connId} remote=${remoteAddr ?? "?"}: ${formatError(err)}`);
|
||||
close();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user