X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fcluster%2Ffixed.ts;h=c60266e3d72b623fb9225dcc20882c064d29438c;hb=213974b5edccae8fb938f92cda85047fb087a139;hp=e4cc7d6e232d30d0da85607ec87661a31892c2c9;hpb=799c9e089724b6402ae72e0a60719017055a6669;p=poolifier.git diff --git a/src/pools/cluster/fixed.ts b/src/pools/cluster/fixed.ts index e4cc7d6e..c60266e3 100644 --- a/src/pools/cluster/fixed.ts +++ b/src/pools/cluster/fixed.ts @@ -55,7 +55,7 @@ export class FixedClusterPool< this.workerNodes[workerNodeKey].worker.send({ ...message, workerId: this.getWorkerInfo(workerNodeKey)?.id - }) + } satisfies MessageValue) } /** @inheritDoc */