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

Fix stopping of service #146

Closed surajkumar closed 1 month ago

surajkumar commented 1 month ago

The stop functionality introduced in #115 did not work correctly. During testing:

This PR implements the stop functionality properly and ensures all threads that were created have been killed.

surajkumar commented 1 month ago

cc @mennafabio - you might find this interesting.

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