Reduced CPU usage by roughly 30%

This commit is contained in:
2015-11-01 20:35:07 +01:00
parent b4fc8c2dfa
commit 9fa1512efd
@@ -183,6 +183,8 @@ namespace ErgometerApplication
NetCommand command = NetHelper.ReadNetCommand(Doctor); NetCommand command = NetHelper.ReadNetCommand(Doctor);
ParseCommand(command); ParseCommand(command);
} }
Thread.Sleep(10);
} }
if(Doctor != null) if(Doctor != null)