This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
docs/Protocol Specifications Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55 " valentjn.vscode-ltex" ,
66 " gruntfuggly.todo-tree" ,
77 " typespec.typespec-vscode" ,
8- " bierner.markdown-mermaid"
8+ " bierner.markdown-mermaid" ,
9+ " streetsidesoftware.code-spell-checker"
910 ]
1011}
Original file line number Diff line number Diff line change 1010 " tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji" ,
1111 " tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
1212 ],
13- "editor.formatOnSave" : false
13+ "editor.formatOnSave" : false ,
14+ "cSpell.enabled" : true ,
15+ "cSpell.words" : [
16+ " polyproto"
17+ ]
1418}
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ The following opcodes are defined by the `core` namespace:
272272
273273#### 3.2.2 Heartbeats
274274
275- Heartbeats are used to keep the WebSocket connection alive. The client continouusly sends a heartbeat
275+ Heartbeats are used to keep the WebSocket connection alive. The client continuously sends a heartbeat
276276event to the server with the interval specified in the "Hello" event payload.
277277The server must acknowledge the heartbeat event by sending a heartbeat ACK event back to the client.
278278
You can’t perform that action at this time.
0 commit comments