lichao
2021-04-09 4e5cb7960ce4e7e66d5190be67426aeca8b55c3d
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