fix: restart io on transport deletion

Fixes #8038
This commit is contained in:
DarkCat09
2026-04-12 17:25:57 +04:00
committed by Hocuri
parent 33dc3d20ad
commit 6ef1f7d52b

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(())
}