davidjsherman / aseba

Aseba is a set of tools that allow beginners to program robots easily and efficiently.
http://aseba.wikidot.com
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Blinking connection dot in Scratch #24

Open davidjsherman opened 8 years ago

davidjsherman commented 8 years ago

The connection dot in Scratch blinks red at 1-second intervals. It is annoying but does not seem to affect throughput. If one replaces sleep(timeout) by sleep(50) in HttpInterface::run1s, the problem goes away — but it isn't obvious why.