update from to from_id in proto

This commit is contained in:
zixuanzh
2019-03-28 15:23:56 -04:00
committed by Stuckinaboot
parent 2aa24cbfe8
commit f1a20f12dc
2 changed files with 24 additions and 24 deletions

View File

@ -15,7 +15,7 @@ message RPC {
}
message Message {
optional bytes from = 1;
optional bytes from_id = 1;
optional bytes data = 2;
optional bytes seqno = 3;
repeated string topicIDs = 4;