javadiscord / java-discord-api

A wrapper over the discord API to create bots using Java
GNU General Public License v3.0
7 stars 8 forks source link

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

Closed surajkumar closed 1 month ago

surajkumar commented 1 month ago

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.

sonarcloud[bot] commented 1 month ago

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