feat: initialize poolId
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user