We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6d50d commit 2f33718Copy full SHA for 2f33718
test/socket.io.js
@@ -655,7 +655,7 @@ describe('socket.io', function(){
655
});
656
657
658
-
+
659
it('should not reuse same-namespace connections', function(done){
660
var srv = http();
661
var sio = io(srv);
@@ -746,6 +746,7 @@ describe('socket.io', function(){
746
}
747
748
749
750
it('should find all clients across namespace rooms', function(done){
751
752
@@ -1533,7 +1534,7 @@ describe('socket.io', function(){
1533
1534
1535
1536
1537
1538
it('should see query parameters sent from secondary namespace connections in handshake object', function(done){
1539
1540
0 commit comments