Open mbonani opened 6 years ago
problems came probably that aseba http (webbridge) in verbose mode is too slow i remove -v by default on windows and mac packaging
it seems it is solved without the verbose, there is perhaps a timing issue with asebahttp that is not reproducible
it is still sometimes appears to have big delay even in simple program like this one : project-testled.zip for a moment it seems to work and then delay appears in communication also with an USB Thymio. Suddenly the delay then disappear:
That's some delay.
the current switch is single-thread. so requests reception, parsing, dispatching and sending all happen in the same loop. I guess that's one of the issue
it seems to less appear on OSX, could you test with Linux? It is also strange has it work perfectly some moment and then block a while and recap alone afterwards.
very strange behavior especially when ou have "if esle" blocks. Test example of Chameleon show quickly that it is not working. http://scratchx.org/?url=https://aseba-community.github.io/thymio-scratchx/activities/chameleon_en.sbx&lang=en#scratch
I try with older version of asebahttp (webbridge) but seems not related to it.