test: Synchronization of new transport as primary between devices

This reproduces the bug when a new transport doesn't become primary on the 2nd device because I/O
isn't restarted when a new transport is added from a sync message, so INBOX from the new transport
isn't fetched.
This commit is contained in:
iequidoo
2025-12-21 06:57:18 -03:00
parent 6a293aebe2
commit 21025fa7f4
2 changed files with 24 additions and 0 deletions

View File

@@ -753,6 +753,7 @@ pub(crate) async fn sync_transports(
.await?;
context.emit_event(EventType::TransportsModified);
// context.scheduler.restart(context).await;
Ok(())
}