aseba icon indicating copy to clipboard operation
aseba copied to clipboard

Thymio timers should not have priority over messages handling

Open cor3ntin opened this issue 6 years ago • 2 comments

Consider the following code

timer.period[0] = 1
onevent timer0
  emit foo

Thymio will stop responding to any requests from the tdm (including variables change, description, tatus, etc), which means the thymio become completely unusable until it's rebooted

cor3ntin avatar Jan 10 '19 13:01 cor3ntin

Seems to only be an issue on wireless - probably not fixable?

cor3ntin avatar Jan 10 '19 13:01 cor3ntin

probably not I will have a look

mbonani avatar Jan 10 '19 14:01 mbonani