mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 17:29:39 -05:00
pom optlimalization
This commit is contained in:
@@ -16,7 +16,6 @@ public class TikTokLiveClient implements LiveClient {
|
||||
private final TikTokGiftManager giftManager;
|
||||
private final TikTokApiService apiClient;
|
||||
private final TikTokWebsocketClient webSocketClient;
|
||||
|
||||
private final TikTokEventHandler tikTokEventHandler;
|
||||
private final Logger logger;
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ public class TikTokWebsocketClient {
|
||||
}
|
||||
try {
|
||||
var url =getWebSocketUrl(webcastResponse);
|
||||
startWebSocket(url);
|
||||
webSocket =startWebSocket(url);
|
||||
if (clientSettings.isHandleExistingMessagesOnConnect()) {
|
||||
// HandleWebcastMessages(webcastResponse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user