From 217fcb79fa32f858a06d8200697ddee7c5da625a Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 12 Dec 2019 01:32:37 +0200 Subject: Added IsAfterReset to ConnectionResponse PMR. Started working on PPC.Browser Module !!! --- Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Emulations') diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs index 83099129c..86e40894e 100644 --- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs +++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs @@ -611,7 +611,7 @@ namespace Tango.Emulations.Emulators Transporter.SendResponse(res, request.Container.Token); } - Thread.Sleep(10); + Thread.Sleep(1000); counter_message++; -- cgit v1.3.1