Closed GoogleCodeExporter closed 9 years ago
I agree the value is wrong. This patch looks correct. I will apply it when I
can get the current sys.wait() to execute without errors on the mbed:
ipm> sys.wait(100)
Connection read error, type Ctrl+D to quit.
(VM no longer replies)
Original comment by dwhall...@gmail.com
on 7 Aug 2010 at 10:44
I think the current sys.wait causes timeouts on ipm as it is 100 times longer
than it should be.
Original comment by michae...@gmail.com
on 7 Aug 2010 at 11:27
Michael, thanks for the report and the patch.
r574
- Manually applied changes based on the patch.
- Tested manually. Times and delays work properly
Any sys.wait() over roughly 3000ms causes ipm-host to timeout and think the
ipm-target is not responding. Calling sys.wait() with values larger than 3000
works as expected on the target in interactive and non-interactive modes, but
it will break communications of ipm.
No vm changes were made, only platform.
Tested manually on ipm.
Mainlined directly.
Original comment by dwhall...@gmail.com
on 14 Aug 2010 at 6:48
Original comment by dwhall...@gmail.com
on 29 Sep 2010 at 7:24
Original issue reported on code.google.com by
michae...@gmail.com
on 7 Aug 2010 at 5:44Attachments: