silence a few more routine websocket errors
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports.create = function (config) {
|
||||
});
|
||||
}
|
||||
|
||||
if (reason && reason === 'SOCKET_CLOSED') { return; }
|
||||
if (['SOCKET_CLOSED', 'SOCKET_ERROR'].indexOf(reason)) { return; }
|
||||
log.verbose('SESSION_CLOSE_ROUTINE', {
|
||||
userId: userId,
|
||||
reason: reason,
|
||||
|
||||
Reference in New Issue
Block a user