ITADN

`set_and_wait_for_value` doesn't return early if `set` fails

#1216Closedcoretl 创建于 2026-03-09
bug
C
coretlcommented
If you `set_and_wait_for_value` a signal, then it errors before the match is completed, then it waits for the match before raising the status error. It should return early. ## Acceptance Criteria - Issue fixed and early return
关闭于 2026-03-10 0 条评论