fix: socket conn handling

This commit is contained in:
Rohit Rajan
2025-09-29 18:26:55 +05:30
parent 0a914b0f76
commit 6b7a1f8d26
3 changed files with 67 additions and 4 deletions

View File

@@ -689,6 +689,10 @@ export class WorkflowInterpreter {
}
} finally {
this.persistenceInProgress = false;
if (this.persistenceBuffer.length > 0 && !this.persistenceTimer) {
this.scheduleBatchFlush();
}
}
};
}