Skip to content

Commit 51ca05d

Browse files
Switching over to workspace-infra (#311)
1 parent b46a20e commit 51ca05d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @replit/workspace-infrastructure-and-editor
1+
* @replit/workspace-infra

PROTOCOL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ interface ControlHandshakeRequest {
218218
nextExpectedSeq: number; // integer
219219
nextSentSeq: number; // integer
220220
};
221-
metdata?: unknown;
221+
metadata?: unknown;
222222
}
223223

224224
interface ControlHandshakeResponse {
@@ -639,7 +639,7 @@ To detect these phantom disconnects, the server SHOULD send an explicit heartbea
639639
This is because clients are usually browsers which means we cannot trust user-facing timers (due to various reasons like browser throttling, hibernation, etc.) so we rely purely on the server to track time.
640640

641641
This message is a `ControlAck` message.
642-
The `seq` and `ack` of the message should match that of the session itself and otherwise be transmitted like a normal message (i.e. should stil increment bookkeeping like incrementing `seq`).
642+
The `seq` and `ack` of the message should match that of the session itself and otherwise be transmitted like a normal message (i.e. should still increment bookkeeping like incrementing `seq`).
643643

644644
Clients SHOULD echo back a heartbeat in the same format as soon as it receives a server heartbeat.
645645

0 commit comments

Comments
 (0)