diff --git a/ErgometerDoctorApplication/MainClient.cs b/ErgometerDoctorApplication/MainClient.cs index 74c08e7..9be2d50 100644 --- a/ErgometerDoctorApplication/MainClient.cs +++ b/ErgometerDoctorApplication/MainClient.cs @@ -127,8 +127,9 @@ namespace ErgometerDoctorApplication { NetCommand command = NetHelper.ReadNetCommand(Server); HandleNetCommand(command); - } + + Thread.Sleep(10); } if(Server != null)