-
Notifications
You must be signed in to change notification settings - Fork 34
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
oneshot deadlock in 0.1.0-pre8 #29
Comments
Thanks for the report, I'm working on it. |
Can you reproduce it on the stable branch or is it just on nightly? |
I can't play it on my machine. But CI with tokyo or async-oneshot works fine in 4 seconds. And the same implementation but with kanal gives this timeout of 2 minutes. |
@fereidani Hola! I was experimenting with kanal and tried to use it as a drop-in replacement for crossbeam_channel (in my fork of Tantivy search library) and flume (in Iroh, IPFS implementation in Rust). Highly likely it is me doing something wrong, but I didn't manage to make tests to pass, looks like them had been deadlocked. I've created an exhibition PR for you, https://github.com/izihawa/tantivy/pull/16/files I'm not very experienced in all this stuff and not sure is it any helpful, but still hope you may dig something there UPD. |
Have deadlock here https://github.com/botika/unblock/actions/runs/4009192427/jobs/6884250212
The text was updated successfully, but these errors were encountered: