TheHolyWaffle / TeamSpeak-3-Java-API

A Java wrapper of TeamSpeak's 3 server query API.
MIT License
306 stars 107 forks source link

Hard Stop #379

Closed EzxD closed 3 years ago

EzxD commented 3 years ago

Hello is there a way to har stop the api? Like a restart od the java application This doesn´t work for me:

      ts3Api.unregisterAllEvents();
      ts3Api.logout();
      ts3Query.exit();
Kakifrucht commented 3 years ago

ts3Query.exit() should do it and works on my end. Are you sure you have shut down any other active threads you spun up, like task schedulers?

EzxD commented 3 years ago

Ah yeah thanks