first commit
This commit is contained in:
parent
7794cc3ce9
commit
b829514079
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user