更新Socket中的参数初始化
This commit is contained in:
@@ -78,6 +78,7 @@ public class SocketManager implements IMogoCloudSocketManager, Callback {
|
||||
.setChannelId(SocketServicesConstants.SOCKET_CHANNEL_ID)
|
||||
.setOpenAnalytics(true)
|
||||
.setSn(cloudClientConfig.getSn())
|
||||
.setToken(cloudClientConfig.getToken())
|
||||
.setDebug(cloudClientConfig.isShowDebugLog());
|
||||
SocketClient.getInstance().start(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user