WEFT_OS/crates/weft-appd/src
Marco Allegretti a3f60910d5 fix(appd): remove abort_sender on READY timeout early-return path
The READY timeout branch killed the process and returned Ok(()) without
calling remove_abort_sender(), leaving a spent entry in abort_senders.
Add the call to keep it consistent with all other exit paths.
2026-03-11 19:01:59 +01:00
..
compositor_client.rs feat(appd): add compositor IPC client; send AppSurfaceCreated/Destroyed on session lifecycle 2026-03-11 14:40:55 +01:00
ipc.rs feat(appd): add version field to AppInfo; surface it in launcher tile tooltip 2026-03-11 13:15:09 +01:00
main.rs test(appd): verify session transitions to Stopped when WEFT_RUNTIME_BIN absent 2026-03-11 18:47:29 +01:00
mount.rs feat(appd): MountOrchestrator -- EROFS+dm-verity image mount on app launch 2026-03-11 15:47:23 +01:00
runtime.rs fix(appd): remove abort_sender on READY timeout early-return path 2026-03-11 19:01:59 +01:00
ws.rs fix(appd): downgrade WS parse failure from warn to debug 2026-03-11 18:36:32 +01:00