1
This commit is contained in:
parent
9c43e42071
commit
f1ec176d10
@ -73,8 +73,8 @@ int main()
|
||||
// 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...");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user