tokio icon indicating copy to clipboard operation
tokio copied to clipboard

Add `SocketAddr::as_abstract_namespace` when we switch to mio v1

Open Darksonn opened this issue 7 months ago • 4 comments

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 avatar Dec 08 '23 17:12 Darksonn