This commit is contained in:
Tiago Batista Cardoso
2026-01-22 00:14:26 +01:00
parent b465608797
commit da29d67472
2 changed files with 7 additions and 16 deletions

View File

@@ -78,11 +78,6 @@ pub fn handle_recevied_message(
map.remove(&id)
};
if let Some(tx) = maybe_tx {
let _ = tx.send(Vec::new()); // ignore send error if receiver dropped
return;
}
let mut is_resp_to_server_handshake = false;
if recevied_message[4] == HELLO {