lichao
2021-05-14 c0d61292ef6bdd8e2e93525b5df6a8ec5c017c32
proto/source/bhome_msg_api.proto
@@ -8,8 +8,8 @@
package bhome_msg;
message BHAddress {
   bytes mq_id = 1; // mqid, uuid
   bytes ip = 2;   //
   uint64 mq_id = 1;
   bytes ip = 2;
   int32 port = 3;
}