iroh icon indicating copy to clipboard operation
iroh copied to clipboard

Gossip.join() API is dangerous

Open link2xt opened this issue 1 year ago • 0 comments

If you want to break compatibility at some point, would be nice to deprecate https://docs.rs/iroh-gossip/0.27.0/iroh_gossip/net/struct.Gossip.html#method.join

It calls .joined().await internally which I would rather call explicitly. Otherwise it is too easy to block the whole app or forget the timeout: https://github.com/deltachat/deltachat-core-rust/pull/6110

link2xt avatar Oct 29 '24 17:10 link2xt