```
var sio = require('socket.io').listen(80);
sio.sockets.on
```
There's no member `on` in the member list for `sockets`. Most other stuff seems to be there, just not this.
Comments: Verified on build 20926.01 and works. Closing.
var sio = require('socket.io').listen(80);
sio.sockets.on
```
There's no member `on` in the member list for `sockets`. Most other stuff seems to be there, just not this.
Comments: Verified on build 20926.01 and works. Closing.