Skip to content

Commit

Permalink
register other nsps
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Sep 4, 2014
1 parent ae7c5ac commit fca2579
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/support/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ server.of('/foo').on('connection', function(){
// register namespace
});

server.of('/timeout_socket').on('connection', function(){
// register namespace
});

server.of('/valid').on('connection', function(){
// register namespace
});

server.of('/asd').on('connection', function(){
// register namespace
});

server.on('connection', function(socket){
// simple test
socket.on('hi', function(){
Expand Down

0 comments on commit fca2579

Please sign in to comment.