You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: deltachat/deltachat-core-rust#6110
The text was updated successfully, but these errors were encountered:
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: deltachat/deltachat-core-rust#6110The text was updated successfully, but these errors were encountered: