X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FBootstrap.ts;h=802a944525cc4c824e6a282aa048c20ab6a0e9cc;hb=7c1395ab4ec7d727ac09c0f0347a8d9fc5e2c8de;hp=677843d27c1c479ac4c9e34f98bcd98f38a55a44;hpb=5d1a7b7d866d8e8f848a1119702a00bef86d54a8;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index 677843d2..802a9445 100644 --- a/src/charging-station/Bootstrap.ts +++ b/src/charging-station/Bootstrap.ts @@ -129,7 +129,7 @@ export class Bootstrap extends EventEmitter { public async stop(): Promise { if (isMainThread && this.started === true) { - await this.uiServer?.sendRequestOnBroadcastChannel( + await this.uiServer?.sendInternalRequest( this.uiServer.buildProtocolRequest( Utils.generateUUID(), ProcedureName.STOP_CHARGING_STATION,