Die Potato (or music), locken beim Zeichnen, Threads von Parse, Receiver und Sender laufen nun im Hintergrund

This commit is contained in:
2014-05-13 19:15:41 +02:00
parent c3088bb36a
commit f8c1993c9f
8 changed files with 22 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ namespace WorldOfPeacecraft
this.Client = client;
this.Buffer = buffer;
this.SenderThread = new Thread(new ThreadStart(this.threadStart));
this.SenderThread.IsBackground = true;
}
public void Send (String message)