Files
MSE-PI-E2EEDA-Plein-de-eeee…/gateway/gateway.py
DjeAvd 4de21a08f8 fix(gateway): use os._exit instead of SystemExit for MQTT error handling
SystemExit only stops the paho-mqtt background thread, leaving the main
asyncio loop running silently. os._exit kills the entire process so
systemd can restart the gateway automatically.
2026-06-04 12:32:48 +02:00

10 KiB