Exemple #1
0
 public async virtual Task OnConnected(string id, WebSocket socket)
 {
     await _socketManager.AddConnection(id, socket);
 }