Swallow sandbox container races in the stream consumer (#552)

This commit is contained in:
Ahmed Allam
2026-06-09 01:46:23 -07:00
committed by GitHub
parent 6787f24787
commit f1242891f2
3 changed files with 18 additions and 3 deletions
+1
View File
@@ -1715,6 +1715,7 @@ class StrixTUIApp(App): # type: ignore[misc]
self.exit()
def _fire_sandbox_cleanup(self) -> None:
self.coordinator.mark_shutting_down()
loop = self._scan_loop
if loop is None or loop.is_closed():
return