mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 07:32:44 +00:00
fix(typing): stop keepalive restarts after run completion (land #27413, thanks @widingmarcus-cyber)
Co-authored-by: Marcus Widing <widing.marcus@gmail.com>
This commit is contained in:
@@ -99,6 +99,10 @@ export function createTypingController(params: {
|
||||
if (sealed) {
|
||||
return;
|
||||
}
|
||||
// Late callbacks after a run completed should never restart typing.
|
||||
if (runComplete) {
|
||||
return;
|
||||
}
|
||||
await onReplyStart?.();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user