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

This reverts commit 83b54acd91.
This commit is contained in:
viyatb-oai
2026-04-10 09:07:55 -07:00
parent 83b54acd91
commit 3b0c2edb7f

View File

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