Commit d3f95e08 authored by jan.koester's avatar jan.koester
Browse files

test

parent 699b81e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ static void runApplication(const std::string &configPath) {
    gyrThread.join();
    ladeThread.join();
    mqttThread.join();
    httpThread.detach(); // HTTP server may not have a stop API; OS reclaims on exit
    httpThread.join();
}

// ═══════════════════════════════════════════════════════════════════════════════