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.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