liuxiaolong
2021-07-20 d70afff273df67d0eb029ea16fa68a84faa9c200
proto/source/bhome_msg.proto
@@ -19,6 +19,7 @@
   uint64 ssn_id = 5; // node mq id
   bytes proc_id = 6;
   bytes topic = 7; // for request route
   BHAddress dest = 8; // other host
}
@@ -49,14 +50,18 @@
   // kMsgTypeUnsubscribeReply = 25;
   kMsgTypeUnregister = 26;
   // kMsgTypeUnregisterReply = 27;
   kMsgTypeQueryProc = 28;
   kMsgTypeQueryProcReply = 29;
}
message MsgSubscribe {
   MsgTopicList topics = 1;
   bool network = 2;
}
message MsgUnsubscribe {
   MsgTopicList topics = 1;
   bool network = 2;
}
message MsgRegisterRPC {
   MsgTopicList topics = 1;