mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 01:09:40 -05:00
Changes:
`TikTokEventListener` new method of listening events see it at TestApplication/ListenerExample.java Bugs: - Fixed bug: Websocket was sending ping after it was closed
This commit is contained in:
@@ -26,6 +26,7 @@ public class ClientSettings {
|
||||
/// </summary>
|
||||
private boolean retryOnConnectionFailure;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Wait to connect again for selected amount of time
|
||||
/// </summary>
|
||||
@@ -65,5 +66,6 @@ public class ClientSettings {
|
||||
/// Parameters used in requests to tiktok api
|
||||
/// </summary>
|
||||
private Map<String, Object> clientParameters;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user