Пример #1
0
 public void ExecutePacket(AsyncConnection connection, ByteBuffer packet)
 {
     TORLog.Info(connection.GetHashCode() + " leaving the Shard Server.");
     connection.Close();
 }