SocketCluster / socketcluster

Highly scalable realtime pub/sub and RPC framework
https://socketcluster.io
MIT License
6.15k stars 314 forks source link

How to get the socketID of all sockets connected to a channel? #483

Open mnce92 opened 5 years ago

mnce92 commented 5 years ago

I tried "scServer.clients" but i only manage to find total number of clients connected to the servers, not on particular channels, how do I get socket ID of these clients in specific channel?