[Fix] shorter message send lock
This commit is contained in:
parent
4d11dc3306
commit
3b520c3665
3 changed files with 13 additions and 8 deletions
|
|
@ -440,7 +440,8 @@ impl IotaConnection {
|
|||
|| cv.is_type(CommunicationType::complete_register_user)
|
||||
|| cv.is_type(CommunicationType::delete_iota)
|
||||
{
|
||||
self.handle_omega_forward(cv).await;
|
||||
let sender = self.get_iota_id().await;
|
||||
self.handle_omega_forward(cv.with_sender(sender)).await;
|
||||
return;
|
||||
}
|
||||
// Forward to client
|
||||
|
|
|
|||
Loading…
Reference in a new issue