X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FBootstrap.ts;h=5b2ace54b934d1ad6eee03da8d4a6b94fe100cb5;hb=a86eefabd6d0538803532e7f8ef6498215c54863;hp=0f2a26a831cd98ed2f9cfdeedd30e0faab82b4b8;hpb=2c60ea1e18dbc9667e85fecf1c55462d6eb6e581;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index 0f2a26a8..5b2ace54 100644 --- a/src/charging-station/Bootstrap.ts +++ b/src/charging-station/Bootstrap.ts @@ -376,6 +376,11 @@ export class Bootstrap extends EventEmitter { // 2 // )}` // ) + // Skip worker message events processing + // eslint-disable-next-line @typescript-eslint/dot-notation + if (msg['uuid'] != null) { + return + } const { event, data } = msg try { switch (event) {