mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
fix(sessions): reconcile client-abandoned running sessions on restart (#111699)
This commit is contained in:
committed by
GitHub
parent
83ca537778
commit
4ff2cdd215
@@ -211,6 +211,9 @@ vi.mock("../../tasks/runtime-internal.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../../infra/agent-events.js", () => ({
|
||||
getAgentEventLifecycleGeneration: () => "test-generation",
|
||||
isAgentEventLifecycleGenerationCurrent: (generation: string) => generation === "test-generation",
|
||||
registerAgentEventLifecycleRotationHandler: vi.fn(),
|
||||
rotateAgentEventLifecycleGeneration: () => rotateAgentEventLifecycleGeneration(),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user