wip
This commit is contained in:
@@ -77,11 +77,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 {
|
||||
|
||||
Reference in New Issue
Block a user