mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 00:30:21 +00:00
fix: don't broadcast state:error on per-attempt lifecycle errors (#60043) (thanks @jwchmodx) (#60043)
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
@@ -971,6 +971,7 @@ export async function startGatewayServer(
|
||||
clearAgentRunContext,
|
||||
toolEventRecipients,
|
||||
sessionEventSubscribers,
|
||||
isChatSendRunActive: (runId) => chatAbortControllers.has(runId),
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user