-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
UnixStream::connect
regression after mio v1 upgrade
#6767
Comments
I have the same issue with |
Yes, we should probably align with mio's change. |
Damn, I even looked into this and concluded that we didn't need to do anything. I guess I was wrong. I'm not convinced we can get rid of our |
Can we fallback to std's
In the longer term, we may want to depricate our own |
Let's do that. |
UnixStream::connect
with abstract address returns an Err starting from mio 1.0.0.Reproduction with mio:
Expected behavior: it connects
The text was updated successfully, but these errors were encountered: