From 82b028cf63953d8080b63d85468eae488d212194 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期四, 23 九月 2021 14:30:07 +0800
Subject: [PATCH] Fix the data parsing when in multiple threads.

---
 proto/source/bhome_msg_api.proto |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/proto/source/bhome_msg_api.proto b/proto/source/bhome_msg_api.proto
index 0ef3451..6a20aa7 100644
--- a/proto/source/bhome_msg_api.proto
+++ b/proto/source/bhome_msg_api.proto
@@ -84,9 +84,7 @@
 	message Info {
 		ProcInfo proc  = 1;
 		bool online = 2;
-		MsgTopicList service = 3;
-		MsgTopicList local_sub = 4;
-		MsgTopicList net_sub = 5;
+		MsgTopicList topics = 3;
 	}
 	repeated Info proc_list = 2;
 }

--
Gitblit v1.8.0