first commit
This commit is contained in:
parent
a28b9b78d6
commit
a66d6eb7c8
@ -12,8 +12,7 @@ std::atomic<bool> g_running(true);
|
|||||||
void signalHandler(int)
|
void signalHandler(int)
|
||||||
{
|
{
|
||||||
g_running = false;
|
g_running = false;
|
||||||
RTSPManager::stop(); // 停止 RTSP loop
|
RTSPManager::stop(); // 停止 RTSP loop
|
||||||
MQTTClientWrapper::stop(); // 停止 MQTT loop
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user