mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-08 03:00:20 -04:00
socket: added missing acks initialization
This commit is contained in:
@@ -58,6 +58,7 @@ function Socket(nsp, client){
|
||||
this.client = client;
|
||||
this.flags = [];
|
||||
this.rooms = [];
|
||||
this.acks = {};
|
||||
this.connected = true;
|
||||
this.disconnected = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user