mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
Before this fix, TerminateApp sent while a process was waiting for its READY signal was not acted on until the 30-second timeout fired. abort_rx is now included in the tokio::select! that wraps wait_for_ready, so the child is killed and AppState::Stopped broadcast as soon as the abort is received, regardless of where in the startup sequence it fires. test: supervisor_abort_during_startup_broadcasts_stopped |
||
|---|---|---|
| .. | ||
| weft-appd | ||
| weft-build-meta | ||
| weft-compositor | ||
| weft-pack | ||
| weft-runtime | ||
| weft-servo-shell | ||