This commit is contained in:
Tiago Batista Cardoso
2026-01-22 00:30:17 +01:00
parent da29d67472
commit 5899a275a2
2 changed files with 4 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ pub fn handle_recevied_message(
let maybe_tx = {
let mut map = pending.lock().expect("couldnt lock pending map");
println!("trying to remove : {}", id);
map.remove(&id)
};