Skip to content
Snippets Groups Projects
Commit 47a7068c authored by benjamin's avatar benjamin
Browse files

updated channel messages proto to include the timestamp

parent 51c0e575
No related branches found
No related tags found
3 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!340Project/channels
...@@ -36,6 +36,12 @@ message ChannelMessage{ ...@@ -36,6 +36,12 @@ message ChannelMessage{
// round with that have the same nickname, payload, and lease will not have // round with that have the same nickname, payload, and lease will not have
// the same message ID. // the same message ID.
bytes Nonce = 6; bytes Nonce = 6;
// LocalTimestamp is the timestamp when the "send call" is made based upon the
// local clock. If this differs by more than 5 seconds +/- from when the round
// it sent on is queued, then a random mutation on the queued time (+/- 200ms)
// will be used by local clients instead
int64 LocalTimestamp = 7;
} }
// UserMessage is a message sent by a user who is a member within the channel. // UserMessage is a message sent by a user who is a member within the channel.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment