first commit

This commit is contained in:
cxh 2025-09-10 10:37:13 +08:00
parent 7794cc3ce9
commit b829514079

View File

@ -22,7 +22,7 @@ static void send_heartbeat()
{ {
std::lock_guard<std::mutex> lock(g_dispatch_id_mutex); std::lock_guard<std::mutex> lock(g_dispatch_id_mutex);
hb["dispatchId"] = g_streaming ? g_dispatch_id : ""; hb_data["dispatchId"] = g_streaming ? g_dispatch_id : "";
} }
nlohmann::json msg; nlohmann::json msg;