Send d: {} in heartbeat ack
This commit is contained in:
parent
6ee26082ef
commit
a476319fb4
@ -25,5 +25,5 @@ export async function onHeartbeat(this: WebSocket) {
|
|||||||
|
|
||||||
setHeartbeat(this);
|
setHeartbeat(this);
|
||||||
|
|
||||||
await Send(this, { op: 11 });
|
await Send(this, { op: 11, d: {} });
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user