I am using Socket.io in a nodejs app-
I am storing the socket.id when I receive a connection. However, I need to have the socket object whose id, is the one I stored. How can I get a Socket object having just the id?
Thanks so much!
I am using Socket.io in a nodejs app-
I am storing the socket.id when I receive a connection. However, I need to have the socket object whose id, is the one I stored. How can I get a Socket object having just the id?
Thanks so much!