Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
handle control message properly
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 27, 2022
1 parent e92e27b commit 420185b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ message Message {
// this requires some careful thought with dummy messages.
uint32 sequence_number = 1;
// msg contains the actual UTF-8 message, if such a message exists
// In the future, we probably want this to be `bytes`, encoding a protobuf. The protobuf
// will contain a string message and possibly other information, like pictures or reply metadata.
string msg = 2;
// if the message is a long message, this field contains the number of parts it has
// this field is not set if the message isn't long.
Expand Down

0 comments on commit 420185b

Please sign in to comment.