socket.io-client icon indicating copy to clipboard operation
socket.io-client copied to clipboard

Get a list of all created Sockets

Open mlucool opened this issue 7 years ago • 0 comments

You want to:

  • [x] request a feature

Expected behaviour

There should be a global function to get a list of all created Sockets (where socket refers back to the thing io returns and not a thing that is wrapped by a manager). This is useful if you want to take action on all of them. My guess is this list is somewhere within the lib already and just needs to be exposed.

mlucool avatar Feb 20 '18 22:02 mlucool