[Fix]Connection Stability
This commit is contained in:
parent
fb4facb8c4
commit
7a457e97d8
9 changed files with 258 additions and 164 deletions
|
|
@ -304,6 +304,7 @@ impl OmikronConnection {
|
|||
|
||||
let response = CommunicationValue::new(CommunicationType::IotaUserData)
|
||||
.with_id(cv.get_id())
|
||||
.add_typed_default(DataType::IotaId, DataValue::SignedNumber(iota_id.into()))
|
||||
.add_typed_default(DataType::UserIds, DataValue::Array(user_ids));
|
||||
|
||||
let _ = self.send(&response).await;
|
||||
|
|
|
|||
Loading…
Reference in a new issue