Exemple #1
0
 /// <summary>
 /// This must be called by the extending network integration implementation when a client disconnects from the session
 /// </summary>
 /// <param name="connection"></param>
 protected void ClientDisconnected(TPeer connection)
 {
     _clients.RemoveClient(connection);
 }