fix: restart io on transport deletion

Fixes #8038
This commit is contained in:
DarkCat09
2026-04-12 17:25:57 +04:00
parent 5d5deedec3
commit 614cc4812d

View File

@@ -261,6 +261,7 @@ impl Context {
.await?;
send_sync_transports(self).await?;
self.quota.write().await.remove(&removed_transport_id);
self.restart_io_if_running().await;
Ok(())
}