handle unconnected client cleanup, empty root config & use json::parse
- Use
json::parse(infile)
instead of streaming operators. - Fix error in
MQTT::Publisher
when deconstruction without an connection - Allow empty root topic without crashing
Due to maintenance at 23.09.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable.
json::parse(infile)
instead of streaming operators.MQTT::Publisher
when deconstruction without an connectionmentioned in commit 1e52527a
merged