Closed ilsnk closed 2 years ago
How to find out how many connections are connected to a websocket?
You have to maintain a list of connections...just count the number of connections in your list.
See "Server" section in this post: #215
How to find out how many connections are connected to a websocket?