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
The "test_gpio_process_events_multi_success" test currently hangs with
an update to a newer version of Rust. The code here tries to read the
value, locked, for each GPIO one by one. The values are updated in
another thread with the help of write lock.
More discussion around this issue can be found here.
rust-lang/rust#101194
Breaking the while loop into three, one for each GPIO fixes it for now.
This is the simplest solution possible right now.
Signed-off-by: Viresh Kumar <[email protected]>
0 commit comments