webrtc-rs / mdns

A pure Rust implementation of mDNS
https://webrtc.rs
Apache License 2.0
15 stars 9 forks source link

Interop failed between webrtc-rs/mdns and pion/mdns #6

Closed rainliu closed 3 years ago

rainliu commented 3 years ago

Make interop between webrtc-rs/mdns_server and pion/mdns_client or webrtc-rs/mdns_client and pion/mdns_server

but, right now inteop failed.

cc @metaclips, @Sean-Der

metaclips commented 3 years ago

@rainliu it does work for me at my end running both client(pion) and server(webrtc-rs) also server(pion) and client(webrtc-rs) are you sure you're querying same local name?

rainliu commented 3 years ago

Thanks, let me double check. Hope it is false alarm. :)

rainliu commented 3 years ago

yes, it is false alarm. Both client/server interop works fine with pion's server/client.