mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
add shardid to debug heartbeat
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ async function sendConstantHeartbeats(
|
||||
shardSocket.send(
|
||||
JSON.stringify({ op: GatewayOpcode.Heartbeat, d: previousSequenceNumber }),
|
||||
);
|
||||
postDebug({ type: 'heartbeat', data: { interval, previousSequenceNumber }})
|
||||
postDebug({ type: 'heartbeat', data: { interval, previousSequenceNumber, shardID }})
|
||||
|
||||
sendConstantHeartbeats(interval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user