first commit
This commit is contained in:
parent
6e46e1d41d
commit
a928513492
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
// 可通过这些开关快速启用/禁用线程进行调试
|
// 可通过这些开关快速启用/禁用线程进行调试
|
||||||
constexpr bool ENABLE_RTSP_THREAD = true; // 设置为 false 禁用 RTSP 线程
|
constexpr bool ENABLE_RTSP_THREAD = true; // 设置为 false 禁用 RTSP 线程
|
||||||
constexpr bool ENABLE_MQTT_THREAD = false; // 设置为 false 禁用 MQTT 线程
|
constexpr bool ENABLE_MQTT_THREAD = true; // 设置为 false 禁用 MQTT 线程
|
||||||
|
|
||||||
std::atomic<bool> g_running(true);
|
std::atomic<bool> g_running(true);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user