Shard 0 will stop sending heartbeat
Sometimes shard 0 will stop sending heartbeat, but all the other two shards send heartbeat. The bot becomes unresponsive to commands. Only a full reboot of the bot helps.
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
npm list discord.js: -- [email protected]
node -v: 16.16.0
The last time it happened after 14 hours online
Everything is fine in this screenshot. But as soon as this happens, there will be no shard 0
Is it to related to this? https://github.com/discordjs/discord.js/pull/8759
GitHub
fix(WebSocketShard): Add RESUMED and READY timeout by gamer0mega · ...
Please describe the changes this PR makes and why it should be merged:
This PR should solve the issue #8486, where the connection gets stuck on IDENTIFY or RESUME.
It adds new private properties of...