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
This is a race condition found by running the tests in a loop in bash.
$ while cargo test; do true; done
Occasionally the channel just hangs. Most likely having to do with the Condvar signaling on waiting for available message or space to enqueue message. This issue is to debug and solve that.
The text was updated successfully, but these errors were encountered:
This is a race condition found by running the tests in a loop in bash.
$ while cargo test; do true; done
Occasionally the channel just hangs. Most likely having to do with the Condvar signaling on waiting for available message or space to enqueue message. This issue is to debug and solve that.
The text was updated successfully, but these errors were encountered: