From 4f8e1e58427147b7a9a784639e2170d34c5d3221 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期五, 19 十一月 2021 16:09:35 +0800
Subject: [PATCH] Optimize the logic to avoid the possible issue.
---
proto/source/bhome_msg.proto | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/proto/source/bhome_msg.proto b/proto/source/bhome_msg.proto
index b1f9772..f34aebb 100644
--- a/proto/source/bhome_msg.proto
+++ b/proto/source/bhome_msg.proto
@@ -57,11 +57,9 @@
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