[master] update socket version and extends config of heart beat interval
This commit is contained in:
@@ -67,7 +67,8 @@ public class ThirdSocketManager implements Callback, ErrorCallback {
|
||||
.setDebug(cloudClientConfig.isShowDebugLog())
|
||||
.setCustomTechBaseUrl(cloudClientConfig.getSocketTechUrl())
|
||||
.setCustomBaseUrl(cloudClientConfig.getSocketBaseUrl())
|
||||
.setLocation(mLocation);
|
||||
.setLocation(mLocation)
|
||||
.setHeartBeat(cloudClientConfig.getHeartBeatInterval());
|
||||
SocketClient.getInstance().registerSocketCallback(this);
|
||||
SocketClient.getInstance().registerErrorCallback(this);
|
||||
SocketClient.getInstance().start(context);
|
||||
|
||||
Reference in New Issue
Block a user