Loading src/main.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } // ═══════════════════════════════════════════════════════════════════════════════ Loading Loading
src/main.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } // ═══════════════════════════════════════════════════════════════════════════════ Loading