Bug Fixes
- Fix incorrect Prometheus metric descriptions for
on_disconnect,code_project_calls,plate_recognizer_calls, andplate_recognizer_errorscounters - Add null guard on thread pool executor in MQTT
on_messagecallback to prevent crash if a message arrives before initialization completes - Log unhandled exceptions in main loop to the log file before re-raising, so crashes appear in both
docker logsand the log file (closes #55, closes #82)