]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(charging-station): add try/finally guards to Bootstrap start/stop
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 16 Mar 2026 14:57:29 +0000 (15:57 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 16 Mar 2026 14:57:29 +0000 (15:57 +0100)
commitc939a384684f6817de8d44d63e21b3ab3a259e2f
tree143707260d2109807e2351337ad03d821da26923
parenta74b74246cbfb008bb38e8065ee0d04a782902e1
fix(charging-station): add try/finally guards to Bootstrap start/stop

Prevent zombie starting/stopping flags when exceptions occur,
matching the pattern already applied in ChargingStation lifecycle.
src/charging-station/Bootstrap.ts