-
Notifications
You must be signed in to change notification settings - Fork 229
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
upgrade to mio 0.7 #248
Comments
The problem here is that mio-extras also depends on mio 0.6. We should take care of that crate first. |
that does not seem to happen: dimbleby/mio-extras#7 looks like other major crates like |
I'm in favor of either. Anyway, we should implement our own |
this thing lingering for a while, I think first a simpler and quicker solution and maybe followup with a more involved but nicer one later (but you know the codebase better) |
Agreed. I'm not sure I have some time to look into this in the near future, so any contributions are welcome =) |
Ok I have checked for some reason, the lib already uses both a channel from |
Sure! |
@JohnTitor ok not gonna happen, I just realize how tightly coupled mio is to their custom channels :( |
Yep, we should have our own items as mentioned above. Thanks for trying anyway! |
Hi, I just wanted to let you know that this triggers |
New version of mio is out. Old version relies on a deprecated crate (net2).
The text was updated successfully, but these errors were encountered: