mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
Session registration in spawn handler can throw on lock contention or disk errors — wrap in try-catch to prevent silent proxy-untracked state. Narrow EBUSY catch to ETXTBSY only since EBUSY on non-Linux platforms can mean mount point or directory in use, not running binary. Fix misleading "skip" comment to say "abort".