feat: initialize poolId

This commit is contained in:
amhsirak
2025-04-12 19:23:11 +05:30
parent b14216a28f
commit 4a9620caae

View File

@@ -79,6 +79,7 @@ export class WorkflowGenerator {
*/ */
public constructor(socket: Socket) { public constructor(socket: Socket) {
this.socket = socket; this.socket = socket;
this.poolId = poolId;
this.registerEventHandlers(socket); this.registerEventHandlers(socket);
this.initializeSocketListeners(); this.initializeSocketListeners();
} }