mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
- Updated unregister to unwind the controller-applied pause before dropping tracking:
- codex-rs/exec-server/src/posix/stopwatch_controller.rs:39
- It now removes the stopwatch, checks paused, and calls stopwatch.resume().await when global pause is active.
- Added regression test:
- codex-rs/exec-server/src/posix/stopwatch_controller.rs:121
- unregistering_while_paused_resumes_controller_pause verifies a stopwatch still reaches cancellation after unregistering during pause (would hang before).