[Add] Replyjumps
This commit is contained in:
parent
dc20a0f261
commit
233b944007
9 changed files with 78 additions and 16 deletions
|
|
@ -276,7 +276,7 @@ impl IotaConnection {
|
|||
)
|
||||
.await
|
||||
{
|
||||
Ok(()) => CommunicationValue::new(CommunicationType::Success).with_id(message_id),
|
||||
Ok(response) => response.with_id(message_id),
|
||||
Err(error) => {
|
||||
log_err!(
|
||||
self.iota_id as i64,
|
||||
|
|
|
|||
Loading…
Reference in a new issue