lichao
2021-04-16 4b7d72629bb5b913b312769bd1757e141928b2de
proto/source/bhome_msg_api.proto
@@ -20,16 +20,14 @@
   bytes private_info = 4; 
}
message MsgTopicList {
   repeated bytes topic_list = 1;
}
message MsgPublish {
   bytes topic = 1;
   bytes data = 2; 
}
message MsgSubscribe {
   repeated bytes topics = 1;
}
message MsgUnsubscribe {
   repeated bytes topics = 1;
}
message MsgCommonReply {
@@ -49,11 +47,7 @@
message MsgRegister
{
   ProcInfo proc = 1;
}
message MsgRegisterRPC
{
   repeated bytes topics = 1;
   repeated BHAddress addrs = 2;
}
message MsgHeartbeat