Skip to content

Commit

Permalink
Add warning about messageIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn authored and daviddias committed Jul 27, 2020
1 parent 9950710 commit 4ccb638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pb/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ message ControlMessage {

message ControlIHave {
optional string topicID = 1;
// implementors from other languages should use bytes here - go protobuf emits invalid utf8 strings
repeated string messageIDs = 2;
}

message ControlIWant {
// implementors from other languages should use bytes here - go protobuf emits invalid utf8 strings
repeated string messageIDs = 1;
}

Expand Down

0 comments on commit 4ccb638

Please sign in to comment.