@ -62,7 +62,7 @@ io.on('connection', function (socket) {
console.log('hello!', socket.handshake.decoded_token.name);
// in socket.io 1.0
console.log('hello! ', socket.client.request.decoded_token.name);
console.log('hello! ', socket.decoded_token.name);
})
```
The note is not visible to the blocked user.