Skip to content

Commit

Permalink
Turn off automatically joining a cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Dec 30, 2024
1 parent 6ea0d86 commit 0109b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ pub async fn start() {
success(format!("Received {amount} Cluster servers from the {connection_type}.").as_str());
println!("{:?}", *cluster_servers);
}
join_cluster(0).await;
}
},
x if x == ToClient::DisconnectCluster as u8 => todo!(),
Expand Down

0 comments on commit 0109b31

Please sign in to comment.