Upgrade mio version
#3566
-
Mio recently saw a couple of (IMO) critical bug fixes, where accepting on TCP socket on x86 Android is broken in mio up to version 0.7.8. Because of that, a version 0.7.9 was released (see tokio-rs/mio#1462). It would be great to upgrade to mio 0.7.9 to get those fixes upstream into tokio. I'm ignorant how this project handles those issues, so starting a discussion here first. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Mar 1, 2021
Replies: 1 comment 1 reply
-
Tokio's current dependency on mio is "any version 0.7.x with x ≥ 6", so you should already be able to use mio version 0.7.9 with Tokio. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wngr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tokio's current dependency on mio is "any version 0.7.x with x ≥ 6", so you should already be able to use mio version 0.7.9 with Tokio.