This commit is contained in:
cxh 2025-11-14 14:44:13 +08:00
parent 9c43e42071
commit f1ec176d10

View File

@ -73,8 +73,8 @@ int main()
// LOG_INFO("[MAIN] MQTT thread exiting..."); // LOG_INFO("[MAIN] MQTT thread exiting...");
// }); // });
// // 主循环,仅等待退出信号 // 主循环,仅等待退出信号
// while (g_running.load(std::memory_order_relaxed)) std::this_thread::sleep_for(std::chrono::milliseconds(200)); while (g_running.load(std::memory_order_relaxed)) std::this_thread::sleep_for(std::chrono::milliseconds(200));
// // ---------- 退出清理 ---------- // // ---------- 退出清理 ----------
// LOG_INFO("[MAIN] Shutdown requested. Stopping RTMP streams..."); // LOG_INFO("[MAIN] Shutdown requested. Stopping RTMP streams...");