Skip to content

Commit 9a633cd

Browse files
Resolve review
1 parent f821e9d commit 9a633cd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ The Web PubSub service can return system-related responses to the client.
168168

169169
The Web PubSub service sends a `pong` message to the client when it receives a `ping` message from the client.
170170

171+
Format:
172+
173+
```json
174+
{
175+
"type": "pong",
176+
}
177+
```
178+
171179
#### Connected
172180

173181
The response to the client connect request:

articles/azure-web-pubsub/reference-json-webpubsub-subprotocol.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ The Web PubSub service sends system-related messages to clients.
149149

150150
The Web PubSub service sends a `pong` message to the client when it receives a `ping` message from the client.
151151

152+
Format:
153+
154+
```json
155+
{
156+
"type": "pong",
157+
}
158+
```
159+
152160
#### Connected
153161

154162
The message sent to the client when the client successfully connects:

0 commit comments

Comments
 (0)