Revert "fix(app-server): unload threads from shared processor"

This reverts commit 20e063a18d.
This commit is contained in:
viyatb-oai
2026-04-10 11:28:21 -07:00
parent 20e063a18d
commit 46f62ffbb1

View File

@@ -5601,7 +5601,7 @@ impl CodexMessageProcessor {
}
async fn unload_thread_without_subscribers(
&self,
&mut self,
thread_id: ThreadId,
thread: Arc<CodexThread>,
) {