feat: initialize poolId
This commit is contained in:
@@ -79,6 +79,7 @@ export class WorkflowGenerator {
|
||||
*/
|
||||
public constructor(socket: Socket) {
|
||||
this.socket = socket;
|
||||
this.poolId = poolId;
|
||||
this.registerEventHandlers(socket);
|
||||
this.initializeSocketListeners();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user