Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
This commit is contained in:
commit
07dae4b1a6
|
@ -59,7 +59,8 @@ function WebSocketClient(ws, req, serverType) {
|
|||
});
|
||||
|
||||
ws.on('close', () => {
|
||||
this.end();
|
||||
// we'll remove client connection which will in turn end() via our SocketBridge above
|
||||
return this.emit('end');
|
||||
});
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue