sockjs-node icon indicating copy to clipboard operation
sockjs-node copied to clipboard

[QUESTION] List of connections

Open go4cas opened this issue 3 years ago • 0 comments

Is there a property/method on the Server instance that contains the list of connections? Or should I manually maintain this using an array, and push new client connections on the connection event to this array?

I am using the 0.3.24 release.

go4cas avatar Mar 22 '22 08:03 go4cas