We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66bfd8 commit cfe8579Copy full SHA for cfe8579
1 file changed
duva/src/presentation/clusters/connection_manager.rs
@@ -24,7 +24,7 @@ impl ClusterConnectionManager {
24
25
let (tx, rx) = tokio::sync::oneshot::channel();
26
self.send(peer_stream.into_add_peer(self.handler(), connected_peer_info, tx)?).await?;
27
-
+ rx.await?;
28
Ok(())
29
}
30
0 commit comments