modify recall
This commit is contained in:
@@ -1593,7 +1593,7 @@ void send_batch_reply_to_queue(const std::string& guid,
|
||||
queue_data_t connect_info;
|
||||
connect_info.strTopic = Topic_Reply_Topic;
|
||||
connect_info.strText = root.dump();
|
||||
connect_info.tag = Topic_Reply_Tag;
|
||||
connect_info.tag = "LEDGER";
|
||||
connect_info.key = Topic_Reply_Key;
|
||||
|
||||
std::lock_guard<std::mutex> lock(queue_data_list_mutex);
|
||||
|
||||
Reference in New Issue
Block a user