-
Notifications
You must be signed in to change notification settings - Fork 774
Backport pr #1388 to v0.6 #1390
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
Comments
Mio 0.6.x itself is fine, but the problem is in the net2 crate: deprecrated/net2-rs#105. |
So when the Would be great if we could also do the same for My own experience is that selectively upgrading some dependencies is somewhat common. And we would like this patch to propagate as fast as possible. |
Yes that sounds good.
I think we can do that, but I want some more prs merged before releasing Mio both 0.7.x and 0.6x. |
I'm thinking that maybe For example poll.register(&s, Token(1), Ready::readable(), PollOpt::edge()).unwrap(); with error kind I have not yet been able to figure out why. I'm not at all knowledgeable in the mio codebase really. |
I don't think it's the |
Ah.. I'll try to get PRs for that up during the weekend. |
This can be closed, since #1405 is merged and published. |
Pr: #1388
Issue: #1386
The text was updated successfully, but these errors were encountered: