mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 09:19:40 -05:00
Test application
This commit is contained in:
@@ -82,8 +82,9 @@ public class TikTokLiveClient implements LiveClient {
|
||||
setState(ConnectionState.CONNECTED);
|
||||
}
|
||||
|
||||
public void disconnect() {
|
||||
|
||||
public void disconnect()
|
||||
{
|
||||
webSocketClient.stop();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user