From 1c92e4cbc85f9501660444cb76ebb06770da9376 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 21 五月 2021 15:36:11 +0800 Subject: [PATCH] reserve #xxx proc id for internal use. --- utest/api_test.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/utest/api_test.cpp b/utest/api_test.cpp index fb1587b..5fa46da 100644 --- a/utest/api_test.cpp +++ b/utest/api_test.cpp @@ -206,6 +206,7 @@ // query procs with normal topic request MsgRequestTopic req; req.set_topic("@center_query_procs"); + // req.set_data("{\"proc_id\":\"#center.node\"}"); std::string s(req.SerializeAsString()); // Sleep(10ms, false); std::string dest(BHAddress().SerializeAsString()); -- Gitblit v1.8.0