-
Notifications
You must be signed in to change notification settings - Fork 4
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
Intermittent hangs #5
Comments
Curious. Do you happen to know what operation "do_stuff" gets stuck on specifically? |
Although it shouldn't matter here, there is a bug with BufferedOrdered I've just found where the size_hint is incorrec: futures-buffered/src/buffered/ordered.rs Line 77 in 2384ae2
|
|
I think I found a subtle race condition in the waker implementation. Just published a potential fix |
Still stalls :( |
Hmm. Unfortunate. I guess I'll keep digging. I've not been able to reproduce any stalls myself yet |
Firstly, thank you for sharing your work ❤️
Inside a tokio async main, I'm using it like this:
It just seems to hang, like 80% of the time (i.e., 80% of the time I run the program). How do I debug this?
The text was updated successfully, but these errors were encountered: