Esempio n. 1
0
 public static void DecodeClose(Message msg, AuthClient client)
 {
     Console.WriteLine("Client <- Close connection");
     client.Close();
 }