From b829514079b92cce4cc894b8a3d7b010ad8c5602 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 10 Sep 2025 10:37:13 +0800 Subject: [PATCH] first commit --- src/mqtt_client_wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mqtt_client_wrapper.cpp b/src/mqtt_client_wrapper.cpp index 9bbf776..f4baddd 100644 --- a/src/mqtt_client_wrapper.cpp +++ b/src/mqtt_client_wrapper.cpp @@ -22,7 +22,7 @@ static void send_heartbeat() { std::lock_guard lock(g_dispatch_id_mutex); - hb["dispatchId"] = g_streaming ? g_dispatch_id : ""; + hb_data["dispatchId"] = g_streaming ? g_dispatch_id : ""; } nlohmann::json msg;