From c1e39e20ca42b21eeac8b5068fa1f921bf9a070f Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 23 六月 2021 19:43:29 +0800 Subject: [PATCH] refactor, start tcp pub/sub. --- proto/source/bhome_msg.proto | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/proto/source/bhome_msg.proto b/proto/source/bhome_msg.proto index f34aebb..b1f9772 100644 --- a/proto/source/bhome_msg.proto +++ b/proto/source/bhome_msg.proto @@ -57,9 +57,11 @@ message MsgSubscribe { MsgTopicList topics = 1; + bool network = 2; } message MsgUnsubscribe { MsgTopicList topics = 1; + bool network = 2; } message MsgRegisterRPC { MsgTopicList topics = 1; -- Gitblit v1.8.0