Reduced CPU usage by roughly 30%

This commit is contained in:
2015-11-01 20:34:15 +01:00
parent b99449a4cf
commit 2de542f664
+2 -1
View File
@@ -127,8 +127,9 @@ namespace ErgometerDoctorApplication
{
NetCommand command = NetHelper.ReadNetCommand(Server);
HandleNetCommand(command);
}
Thread.Sleep(10);
}
if(Server != null)