diff --git a/src/index.ts b/src/index.ts index 08f99bc..11f8ed8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -41,6 +41,8 @@ async function startApplication() { // Initialize and start your workflow const workflowOrchestrator = new WorkflowOrchestrator(); await workflowOrchestrator.executeWorkflow(); + + await rDramaSessionManager.shutdown() } startApplication()