You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue where a timeout could be triggered immediately
If a message arrived between `loop_rec` and `wait_timeout`, the execution
didn't resume to testing the received message but instead proceeded to the
`timeout` opcode. As a result, a timeout occurred immediately.
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
0 commit comments