first commit

This commit is contained in:
cxh 2025-09-10 10:50:55 +08:00
parent a28b9b78d6
commit a66d6eb7c8

View File

@ -13,7 +13,6 @@ 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()