Skip to content
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

Add SocketAddr::as_abstract_namespace when we switch to mio v1 #6202

Open
Darksonn opened this issue Dec 8, 2023 · 2 comments
Open

Add SocketAddr::as_abstract_namespace when we switch to mio v1 #6202

Darksonn opened this issue Dec 8, 2023 · 2 comments
Labels
A-tokio Area: The main tokio crate M-net Module: tokio/net

Comments

@Darksonn
Copy link
Contributor

Darksonn commented Dec 8, 2023

This method was originally added in #6144, but we decided to temporarily revert it until we have completed the switch to mio v1 because it raises concerns regarding the MSRV of Tokio.

Once we have completed the switch, the method should be added back.

@Darksonn Darksonn added A-tokio Area: The main tokio crate M-net Module: tokio/net labels Dec 8, 2023
@hkrutzer
Copy link
Contributor

Is there an issue that tracks the switch?

@Darksonn
Copy link
Contributor Author

Mio has a milestone for releasing v1, which you can find here: https://github.com/tokio-rs/mio/milestone/4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-net Module: tokio/net
Projects
None yet
Development

No branches or pull requests

2 participants