Skip to content

Commit cfe8579

Browse files
committed
missing await added
1 parent b66bfd8 commit cfe8579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

duva/src/presentation/clusters/connection_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl ClusterConnectionManager {
2424

2525
let (tx, rx) = tokio::sync::oneshot::channel();
2626
self.send(peer_stream.into_add_peer(self.handler(), connected_peer_info, tx)?).await?;
27-
27+
rx.await?;
2828
Ok(())
2929
}
3030

0 commit comments

Comments
 (0)