mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
Currently app-server may unload actively running threads once the last connection disconnects, which is not expected. Instead track when was the last active turn & when there were any subscribers the last time, also add 30 minute idleness/no subscribers timer to reduce the churn.