Exemple #1
0
 public void ReportDisconnect(ConnectionInformation gameConnection)
 {
     gameConnection.ConnectionChanged -= OnConnectionChanged;
     ReportUserLogout(gameConnection.GetIp());
     //activeConnections.Remove(gameConnection.getConnectionID());
 }
Exemple #2
0
 public void reportDisconnect(ConnectionInformation gameConnection)
 {
     gameConnection.ConnectionChanged -= c_connectionChanged;
     ReportUserLogout(gameConnection.GetIp());
 }