fix readme
This commit is contained in:
parent
7ea32e52cc
commit
e9b8ea4302
@ -62,7 +62,7 @@ io.on('connection', function (socket) {
|
|||||||
console.log('hello!', socket.handshake.decoded_token.name);
|
console.log('hello!', socket.handshake.decoded_token.name);
|
||||||
|
|
||||||
// in socket.io 1.0
|
// in socket.io 1.0
|
||||||
console.log('hello! ', socket.client.request.decoded_token.name);
|
console.log('hello! ', socket.decoded_token.name);
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user