Closed tdjackey closed 9 years ago
Thanks @tdjackey. It looks like there are some more things broken due to changes in dependencies (this is quite old and unfortunately I haven't updated it..), so I've just fixed the dependencies versions to make it work again.
meet this error TypeError: Object # has no method 'clients'
can fix it by change var socketsInRoom = io.sockets.clients(data.room); to socket.join(data.room); var socketsInRoom = io.sockets.adapter.rooms[data.room];