mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Fixed socket.io client disconnect
This commit is contained in:
@@ -223,7 +223,7 @@ var GarageServerIO = (function (socketio) {
|
||||
}, _stateController.pingInterval);
|
||||
});
|
||||
|
||||
_socket.on('d', function () {
|
||||
_socket.on('disconnect', function () {
|
||||
if (_options.logging) {
|
||||
console.log('garageserver.io:: socket disconnect');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user