merge
This commit is contained in:
@@ -61,6 +61,8 @@ public class ThirdSocketManager implements Callback, ErrorCallback {
|
||||
.setSecretKey(cloudClientConfig.getSecretKey())
|
||||
.setAuthPubKey(cloudClientConfig.getAuthPubKey())
|
||||
.setDebug(cloudClientConfig.isShowDebugLog())
|
||||
.setCustomTechBaseUrl(cloudClientConfig.getSocketTechUrl())
|
||||
.setCustomBaseUrl(cloudClientConfig.getSocketBaseUrl())
|
||||
.setLocation(mLocation);
|
||||
SocketClient.getInstance().registerSocketCallback(this);
|
||||
SocketClient.getInstance().registerErrorCallback(this);
|
||||
|
||||
Reference in New Issue
Block a user