add shardid to debug heartbeat

This commit is contained in:
Skillz
2020-05-28 21:11:17 -04:00
parent 607c577fc1
commit 2c303b0395
+1 -1
View File
@@ -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);
}