mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 11:02:08 +02:00
Swallow sandbox container races in the stream consumer (#552)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user