multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

`/webrtc` `/webrtc-direct` rename proceeding #86

Open mxinden opened 1 year ago

mxinden commented 1 year ago

Tracking next steps to do the /webrtc -> /webrtc-direct rename (https://github.com/multiformats/multiaddr/pull/150#issuecomment-1468791586) with potential for collision with the introduction of /webrtc (browser-to-browser) https://github.com/multiformats/rust-multiaddr/pull/79.

favilo commented 1 week ago

Should this be added to the v0.19 Milestone? Also, is there any help that is needed to roll forward with this? I have a project that would really benefit from the /webrtc browser-browser transport

favilo commented 1 week ago

Actually it looks like https://github.com/multiformats/rust-multiaddr/pull/110 will fix this issue, too. Along with several others