ECC/ecc2/src/session
mohameddsh3ban 0ce14a423c
fix(ecc2): resolve kill_process duplicate definition on Windows (#2195)
On Windows both cfg(windows) and cfg(not(unix)) evaluate true, so the sync taskkill kill_process and the async taskkill kill_process both compiled in and collided (E0428). Call sites are synchronous and never await it (passed as a fn pointer to enforce_session_heartbeats_with, and called as kill_process(pid)? in stop_session_recorded), so remove the stray async cfg(not(unix)) definition. The sync cfg(windows) version already handles termination via taskkill /T /F.
2026-06-15 13:48:42 -04:00
..
daemon.rs feat: add ecc2 remote dispatch intake 2026-04-10 09:21:30 -07:00
manager.rs fix(ecc2): resolve kill_process duplicate definition on Windows (#2195) 2026-06-15 13:48:42 -04:00
mod.rs feat: integrate ecc2 board observability prototype 2026-04-18 01:37:44 -04:00
output.rs feat: add ecc2 output time filters 2026-04-09 04:10:51 -07:00
runtime.rs feat: group ecc2 sessions by project and task 2026-04-09 19:54:28 -07:00
store.rs chore(deps): bump rusqlite from 0.32.1 to 0.40.1 in /ecc2 (#2211) 2026-06-11 01:41:43 -04:00