You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version cargo tree | grep tokio
tokio v1.40.0
tokio-macros v2.4.0
Platform uname -a
Linux mobile 6.11.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Oct 2024 20:11:06 +0000 x86_64 GNU/Linux
Description
The following examples fail to connect to an abstract path with tokio 1.40, however, they work when built against tokio 1.38.
I'm confused on the status of abstract path support. Open issues #4610 and #6202 suggest abstract paths aren't supported yet, however, the release notes for 1.39.3 highlight #6767 which suggests they do work. I had been using them successfully with 1.38 and only discovered this issue upon updating to 1.40.
# Cargo.toml
[dependencies]
regex = "1"#tokio = { version = "=1.38", features = ["macros", "net", "rt"] }tokio = { version = "=1.40", features = ["macros", "net", "rt"] }
Version
cargo tree | grep tokio
tokio v1.40.0
tokio-macros v2.4.0
Platform
uname -a
Linux mobile 6.11.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Oct 2024 20:11:06 +0000 x86_64 GNU/Linux
Description
The following examples fail to connect to an abstract path with tokio 1.40, however, they work when built against tokio 1.38.
I'm confused on the status of abstract path support. Open issues #4610 and #6202 suggest abstract paths aren't supported yet, however, the release notes for 1.39.3 highlight #6767 which suggests they do work. I had been using them successfully with 1.38 and only discovered this issue upon updating to 1.40.
The text was updated successfully, but these errors were encountered: