Skip to content

Commit 21d2f93

Browse files
authored
Update reference-protobuf-reliable-webpubsub-subprotocol.md
1 parent c243877 commit 21d2f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/reference-protobuf-reliable-webpubsub-subprotocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ message DownstreamMessage {
146146
}
147147
```
148148

149-
`AckMessage` has `sequence_id` property. Client must send [Sequence Ack](#sequence-ack) to the service once it receives a message.
150-
151149
### Ack response
152150

153151
If the request contains `ackId`, the service returns an ack response for this request. The client implementation should handle this ack mechanism, including:
@@ -171,6 +169,8 @@ The sender's `dataType` will cause one of the following messages to be sent:
171169
* If `dataType` is `protobuf`, use `message_response_message.data.protobuf_data`.
172170
* If `dataType` is `json`, use `message_response_message.data.text_data`, and the content is a serialized JSON string.
173171

172+
`DownstreamMessage.DataMessage` has `sequence_id` property. Client must send [Sequence Ack](#sequence-ack) to the service once it receives a message.
173+
174174
### System response
175175

176176
The Web PubSub service can also send system-related responses to the client.

0 commit comments

Comments
 (0)