Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not wait for connections in maybe_add_gossip_peers()
join() method of Gossip [1] waits for at least one connection and this is not what we want because it may block receive_imf() forever if no connection arrives. [1] https://docs.rs/iroh-gossip/0.25.0/iroh_gossip/net/struct.Gossip.html#method.join
- Loading branch information