[Fix]Connection Stability
This commit is contained in:
parent
4fcb6372ed
commit
d56e6c8a03
5 changed files with 73 additions and 142 deletions
|
|
@ -296,6 +296,8 @@ impl GeneralConnection {
|
|||
client.start();
|
||||
}
|
||||
ConnectionKind::Iota => {
|
||||
log_in!(id as i64, PrintType::Iota, "Iota {} connected", id);
|
||||
|
||||
let notify = CommunicationValue::new(CommunicationType::IotaConnected)
|
||||
.add_typed_default(DataType::IotaId, DataValue::SignedNumber(id.into()));
|
||||
get_omega_connection().send_message(¬ify).await;
|
||||
|
|
|
|||
Loading…
Reference in a new issue