feat: init socket listeners on update socket
This commit is contained in:
@@ -708,6 +708,7 @@ export class WorkflowGenerator {
|
||||
public updateSocket = (socket: Socket): void => {
|
||||
this.socket = socket;
|
||||
this.registerEventHandlers(socket);
|
||||
this.initializeSocketListeners();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user