feat: init socket listeners on update socket

This commit is contained in:
Rohit
2025-03-11 16:37:34 +05:30
parent 3cd42f7a1c
commit 3315c53d00

View File

@@ -708,6 +708,7 @@ export class WorkflowGenerator {
public updateSocket = (socket: Socket): void => {
this.socket = socket;
this.registerEventHandlers(socket);
this.initializeSocketListeners();
};
/**