This commit is contained in:
zhongchao
2021-01-25 17:24:26 +08:00
27 changed files with 155 additions and 112 deletions

View File

@@ -83,6 +83,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);
}