]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix: clear OCPPAuthServiceFactory cached instance on station delete
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Mar 2026 18:36:48 +0000 (19:36 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Mar 2026 18:36:48 +0000 (19:36 +0100)
commit6956e437a497d70f6283c22b1eb53358e352c1ef
tree9dd0b97ea833452fb7a4b11c96a7ef3aa8de2729
parent7f1aee53bbb2987f21a679d46961fbac8637d4bb
fix: clear OCPPAuthServiceFactory cached instance on station delete

clearInstance was never called, leaking one OCPPAuthService per station
in the factory's static instances Map after station stop/delete.
src/charging-station/ChargingStation.ts