Exemple #1
0
 void Cleanup()
 {
     if (!cleanedUp)
     {
         cleanedUp = true;
         client.Dispose();
     }
 }
Exemple #2
0
 void OnApplicationQuit()
 {
     // DONT FORGET TO DO THIS
     client.Dispose();
 }