We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f445146 commit d02f268Copy full SHA for d02f268
docs/Protocol Specifications/core.md
@@ -216,9 +216,9 @@ actor c as Client
216
participant g as Gateway
217
218
c->>g: Establish connection
219
-g->>c: Receive hello event
+g->>c: Receive hello event which<br/>contains heartbeat interval
220
221
-loop TODO: interval
+loop Do every heartbeat interval milliseconds:
222
c->>g: Send heartbeat event
223
g->>c: Send heartbeat ACK event
224
end
@@ -232,7 +232,7 @@ else server-defined reason
232
233
234
235
-opt Resume connection#59;<br />otherwise, repeat from step 1
+opt Resume connection<br/>, otherwise repeat from step 1
236
c->>g: Open new connection
237
c->>g: Send resume event
238
g->>c: Send missed events
0 commit comments