private void OnClientConnected(WebSocketServer sender, ClientConnectedEventArgs e) { connections.Add(e.Client); }
void OnClientConnected(object sender, ClientConnectedEventArgs e) { connection = e.Client; }