Skip to content

Commit d02f268

Browse files
committed
closes [p2-core] Fix "TODO" in Fig. 1 #134, closes [p2-core] Re-work chapter 4.1.2: "Sensitive actions" #137
1 parent f445146 commit d02f268

File tree

1 file changed

+3
-3
lines changed
  • docs/Protocol Specifications

1 file changed

+3
-3
lines changed

docs/Protocol Specifications/core.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ actor c as Client
216216
participant g as Gateway
217217
218218
c->>g: Establish connection
219-
g->>c: Receive hello event
219+
g->>c: Receive hello event which<br/>contains heartbeat interval
220220
221-
loop TODO: interval
221+
loop Do every heartbeat interval milliseconds:
222222
c->>g: Send heartbeat event
223223
g->>c: Send heartbeat ACK event
224224
end
@@ -232,7 +232,7 @@ else server-defined reason
232232
end
233233
234234
235-
opt Resume connection#59;<br />otherwise, repeat from step 1
235+
opt Resume connection<br/>, otherwise repeat from step 1
236236
c->>g: Open new connection
237237
c->>g: Send resume event
238238
g->>c: Send missed events

0 commit comments

Comments
 (0)