-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPMC queue deadlocks #17
Comments
thanks, pulling this out of hibernation so will look at it. Fixing some bugs I never got around to and that may reveal the cause of this |
hey - was wondering: did you ever make headway on this? just ran it with the current version and encountered a deadlock. I spent a few minutes trying to discern what was happening but couldn't make heads or tails of it. Even if it can't be fixed immediately, it'd be nice to know what part of the code triggered the condition, if known. Thanks! |
There is at least one bug with the current implementation, I'm working out a whether this directly competes with my current job before I do any future work though |
I believe this is occurring with Tokio: https://stackoverflow.com/questions/53711246/tokio-with-multiqueue-sometimes-hangs-sometimes-works |
The following code deadlocks on my machine. You might have to run several times to hit the bug.
The text was updated successfully, but these errors were encountered: