diff --git a/pb/rpc.proto b/pb/rpc.proto index 193a632..a060fff 100644 --- a/pb/rpc.proto +++ b/pb/rpc.proto @@ -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; }