mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 16:10:41 +00:00
fix(reply): clear idle followup callbacks
This commit is contained in:
committed by
Peter Steinberger
parent
3de42e946a
commit
02e07a157d
@@ -178,6 +178,7 @@ export function scheduleFollowupDrain(
|
||||
queue.draining = false;
|
||||
if (queue.items.length === 0 && queue.droppedCount === 0) {
|
||||
FOLLOWUP_QUEUES.delete(key);
|
||||
clearFollowupDrainCallback(key);
|
||||
} else {
|
||||
scheduleFollowupDrain(key, effectiveRunFollowup);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user