Commit 4ccb6382 authored by Rüdiger Klaehn's avatar Rüdiger Klaehn Committed by David Dias
parent 99507107
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment