radicle-dev / radicle-link

The second iteration of the Radicle code collaboration protocol.
Other
423 stars 39 forks source link

mDNS discovery, reprise #608

Open kim opened 3 years ago

kim commented 3 years ago

mDNS discovery appears to be broken since 98e310d31404bf41475e49ba818b5aefced416e9 (#509).

The symptoms are that no discovered peer comes out the other end of the channel (it definitely goes in), and the madness stops querying after a while. Tweaks like using an unbounded channel and sprinkling println!s around the madness crate didn't yield any result nor hint.

A new attempt should: