You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?