(fix): connections (again)
This commit is contained in:
parent
e0b121c638
commit
c3a07b31ec
8 changed files with 66 additions and 29 deletions
|
|
@ -66,7 +66,14 @@ impl IotaConnection {
|
|||
iota_for_closure.handle_message(cv).await;
|
||||
});
|
||||
}
|
||||
Err(_) => {
|
||||
Err(error) => {
|
||||
log_err!(
|
||||
self_clone.iota_id as i64,
|
||||
PrintType::Iota,
|
||||
"Iota receive loop ended: {}; transport close reason: {:?}",
|
||||
error,
|
||||
self_clone.receiver.close_reason()
|
||||
);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue