Fixed critical ME Problems

This commit is contained in:
Alexey
2026-02-17 03:40:39 +03:00
parent 8bd02d8099
commit 168fd59187
7 changed files with 459 additions and 103 deletions

View File

@@ -19,7 +19,7 @@ pub async fn me_health_monitor(pool: Arc<MePool>, rng: Arc<SecureRandom>, _min_c
.read()
.await
.iter()
.map(|(a, _)| *a)
.map(|w| w.addr)
.collect();
for (dc, addrs) in map.iter() {