[Fix] shorter message send lock

This commit is contained in:
Alex Emmet 2026-02-20 16:12:14 +01:00
commit 3b520c3665
3 changed files with 13 additions and 8 deletions

View file

@ -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