Skip to content

Commit

Permalink
Merge b9af042 into 32840e6
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed Oct 8, 2016
2 parents 32840e6 + b9af042 commit dd9f4f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -25,17 +25,17 @@
"license": "MIT",
"dependencies": {
"koa-compose": "3.1.0",
"socket.io": "1.4.5"
"socket.io": "1.5.0"
},
"devDependencies": {
"babel-cli": "6.6.4",
"babel-plugin-transform-async-to-generator": "6.7.0",
"co": "4.6.0",
"coveralls": "2.11.6",
"istanbul": "0.4.2",
"istanbul": "0.4.5",
"koa": "^2.0.0-alpha.3",
"minimist": "^1.2.0",
"socket.io-client": "1.4.4",
"tape": "4.5.1"
"socket.io-client": "1.5.0",
"tape": "4.6.2"
}
}
3 changes: 1 addition & 2 deletions spec/connection.test.js
Expand Up @@ -102,8 +102,7 @@ tape( 'The connection list can be used to boot a client', t => {

// Do it some time in the future, and do it away from the connection socket instance
setTimeout( () => {
// use /# as id's are socket.io ids are now namespace + '#' + clientID
let sock = socket.connections.get( '/#' + client.id )
let sock = socket.connections.get( client.id )
sock.socket.disconnect()
}, 500 )
})
Expand Down

0 comments on commit dd9f4f4

Please sign in to comment.