private void close()
 {
     streamTimer.Stop();
     clientConnection.tryShutdown();
 }
Esempio n. 2
0
 private void close()
 {
     gameLoopEvent.Iterated -= streamTimer.update;
     clientConnection.tryShutdown();
 }