Skip to content

Commit

Permalink
change heartbeat ack
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Jan 29, 2025
1 parent 9bb5dc1 commit 9caf301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Protocol Specifications/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@ A heartbeat ACK contains events that the client has re-requested as part of thei
}
```

As such, the field `d` in a heartbeat ack is optional (`?`) and, if present, contains an array of
other gateway events. Heartbeat ACK payloads must not be present in this array, making recursion
As such, the field `d` in a heartbeat ack may be empty, but never not present. The `d` field contains
an array of other gateway events. Heartbeat ACK payloads must not be present in this array, making recursion
impossible.

#### 3.2.4 Establishing a connection
Expand Down

0 comments on commit 9caf301

Please sign in to comment.