Merge 543f296e3435732bb441c0f495ba203bda1a013b into 8a05c05596ca9ba0735dafd8e359885de4c2c969

This commit is contained in:
BlueBirdBack ✨ 2026-03-21 06:00:11 +00:00 committed by GitHub
commit df348faa1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
});