connections work

This commit is contained in:
Christien Rioux
2023-07-14 17:13:58 -04:00
parent 6c2aaa16c6
commit 167374969d
3 changed files with 18 additions and 1 deletions

View File

@@ -276,7 +276,11 @@ impl NetworkManager {
connection_descriptor,
)));
}
Some(d) => d,
Some(d) => {
// Connection couldn't send, kill it
node_ref.clear_last_connection(connection_descriptor);
d
}
}
} else {
data