Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "gulp test"
},
"dependencies": {
"engine.io": "1.6.8",
"engine.io": "1.8.5",
"socket.io-parser": "2.2.6",
"socket.io-client": "git://github.com/nus-fboa2016-si/socket.io-client#e0580ef4",
"socket.io-adapter": "0.4.0",
Expand Down
5 changes: 3 additions & 2 deletions test/socket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ describe('socket.io', function(){
});
});
});

it('should not reuse same-namespace connections', function(done){
var srv = http();
var sio = io(srv);
Expand Down Expand Up @@ -746,6 +746,7 @@ describe('socket.io', function(){
}
});


it('should find all clients across namespace rooms', function(done){
var srv = http();
var sio = io(srv);
Expand Down Expand Up @@ -1533,7 +1534,7 @@ describe('socket.io', function(){
});
});
});

it('should see query parameters sent from secondary namespace connections in handshake object', function(done){
var srv = http();
var sio = io(srv);
Expand Down