Send d: {} in heartbeat ack

This commit is contained in:
Madeline 2023-04-04 00:15:37 +10:00
parent 6ee26082ef
commit a476319fb4
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -25,5 +25,5 @@ export async function onHeartbeat(this: WebSocket) {
setHeartbeat(this);
await Send(this, { op: 11 });
await Send(this, { op: 11, d: {} });
}