mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-03-01 09:49:41 -05:00
Compare commits
2 Commits
develop-1-
...
1.0.3-Rele
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc32648988 | ||
|
|
4c797724d3 |
@@ -112,7 +112,7 @@ public class TikTokLiveClient implements LiveClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void disconnect() {
|
public void disconnect() {
|
||||||
if (!liveRoomInfo.hasConnectionState(ConnectionState.CONNECTED)) {
|
if (liveRoomInfo.hasConnectionState(ConnectionState.DISCONNECTED)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
webSocketClient.stop();
|
webSocketClient.stop();
|
||||||
|
|||||||
Reference in New Issue
Block a user