Skip to content

Commit

Permalink
Merge pull request #1458 from The-K-R-O-K/illia-malachyn/5674-update-…
Browse files Browse the repository at this point in the history
…message-index

[Access] Update message index docs
  • Loading branch information
peterargue committed May 6, 2024
2 parents 695ad5e + b16c8a9 commit 658802e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions protobuf/flow/executiondata/executiondata.proto
Expand Up @@ -466,7 +466,7 @@ message SubscribeEventsResponse {
// Timestamp from the block containing the events.
google.protobuf.Timestamp block_timestamp = 4;

// The message index of the response message. Used by the client to ensure they received all messages. Starts from "0".
// The message index of the response message. Used by the client to ensure they received all messages. Starts from "1".
uint64 message_index = 5;
}

Expand Down Expand Up @@ -618,9 +618,8 @@ message SubscribeAccountStatusesResponse {
// Block height of the block containing the events.
uint64 block_height = 2;

// The MessageIndex of the response message.
// Used by the client to ensure they have received all messages.
uint64 messageIndex = 3;
// The message index of the response message. Used by the client to ensure they received all messages. Starts from "1".
uint64 message_index = 3;

message Result {
// Unique identifier for the account being streamed
Expand Down

0 comments on commit 658802e

Please sign in to comment.