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
`or` futures are currently bugged when using `cancelAndWait` on them.
This sometimes show when tests run several minutes longer until the
mess is unstucked through a timeout that pokes the machinery again.
Use `race` to avoid the lockup.
- status-im/nim-chronos#516
this leads to deadlock:
this works fine:
The text was updated successfully, but these errors were encountered: