Skip to content

Removed the automatic retry when discord closes the web socket #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

surajkumar
Copy link
Contributor

@surajkumar surajkumar commented May 22, 2024

Closes #97

When discord actively closes the web socket connect we previously attempted to reconnect. This PR removes that because we can connect successfully but discord disconnects us straight away.

We already have retrying in place were relevant so this should fix our issues.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@surajkumar surajkumar requested a review from SquidXTV May 22, 2024 18:45
@surajkumar surajkumar merged commit d680ca5 into main May 22, 2024
4 checks passed
@surajkumar surajkumar deleted the 97-when-a-bot-token-does-not-have-all-the-required-intents-the-retry-starts-spamming branch May 22, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When a bot token does not have all the required intents, the retry starts spamming
2 participants