bugfix: request fragment tree membership for all candidates (#3874)

This commit is contained in:
Alin Dima
2024-03-28 15:14:17 +02:00
committed by GitHub
parent 79b08d8847
commit 6a0859ebf7
+1 -1
View File
@@ -911,7 +911,7 @@ async fn handle_active_leaves_update<Context>(
}
let mut seconded_at_depth = HashMap::new();
if let Some(response) = membership_answers.next().await {
while let Some(response) = membership_answers.next().await {
match response {
Err(oneshot::Canceled) => {
gum::warn!(