fix(codex): close startup client on timeout · openclaw/openclaw@f472778
openclaw
·
2026-06-03
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit f472778
fix(codex): close startup client on timeout
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
extensions/codex/src/app-server
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -109,6 +109,7 @@ export async function startCodexAttemptThread(params: {
|
109 | 109 | onTimeout: async () => { |
110 | 110 | await params.onStartupTimeout(); |
111 | 111 | await releaseStartupResourcesOnTimeout?.(); |
| 112 | +clearSharedCodexAppServerClientIfCurrent(startupClientForAbandonedRequestCleanup); |
112 | 113 | }, |
113 | 114 | operation: async () => { |
114 | 115 | const threadConfig = mergeCodexThreadConfigs( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments