From 2c73aac1fe62495d8c863a92a34d191cf8e87fc0 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期一, 07 六月 2021 10:11:25 +0800 Subject: [PATCH] add readme. --- utest/api_test.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utest/api_test.cpp b/utest/api_test.cpp index b4e0f4b..5363d6e 100644 --- a/utest/api_test.cpp +++ b/utest/api_test.cpp @@ -293,8 +293,8 @@ host.set_ip("127.0.0.1"); host.set_port(kBHCenterPort); // center topic node address. - host.set_mq_id(201); - host.set_abs_addr(10072); + // host.set_mq_id(201); + // host.set_abs_addr(10072); std::string dest(host.SerializeAsString()); void *proc_id = 0; -- Gitblit v1.8.0