fix bug and update aicloudsdk

This commit is contained in:
zhongchao
2021-11-16 21:11:25 +08:00
parent 8106308dbb
commit 99c58e3a2a
3 changed files with 11 additions and 9 deletions

View File

@@ -150,6 +150,8 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
clientConfig.setThirdPartyDeviceId(Utils.getDevicesId());
// 设置循环检测间隔时间
clientConfig.setLoopCheckDelay(5 * 1000);
//todo 使用jiu
clientConfig.setUseOriginSocket(true);
clientConfig.setIHttpDnsCurrentLocation(() -> {
MogoLocation mogoLocation =

View File

@@ -8,13 +8,13 @@ import com.mogo.cloud.socket.IMogoCloudSocketMsgAckListener;
import com.mogo.cloud.socket.IMogoCloudSocketOnMessageListener;
import com.mogo.cloud.socket.SocketManager;
import com.mogo.cloud.socket.entity.MsgBody;
import com.mogo.cloud.socket.third.core.ConnectionLifecycleListener;
import com.mogo.service.cloud.socket.IMogoLifecycleListener;
import com.mogo.service.cloud.socket.IMogoMsgAckListener;
import com.mogo.service.cloud.socket.IMogoOnMessageListener;
import com.mogo.service.cloud.socket.IMogoSocketManager;
import com.mogo.utils.logger.Logger;
import com.zhidao.ptech.connsvr.commom.protocol.MogoCommon;
import com.zhidao.socket.ConnectionLifecycleListener;
import java.util.ArrayList;
import java.util.List;

View File

@@ -62,21 +62,21 @@ SERVICE_CHAIN_VERSION=1.0.22
LOGLIB_VERSION=1.0.4
######## MogoAiCloudSDK Version ########
# 网络请求
MOGO_NETWORK_VERSION=1.1.56-live
MOGO_NETWORK_VERSION=1.2.9
# 鉴权
MOGO_PASSPORT_VERSION=1.1.56-live
MOGO_PASSPORT_VERSION=1.2.9
# 常链接
MOGO_SOCKET_VERSION=1.1.56-live
MOGO_SOCKET_VERSION=1.2.9
# 数据采集
MOGO_REALTIME_VERSION=1.1.56-live
MOGO_REALTIME_VERSION=1.2.9
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.1.56-live
MOGO_TANLU_VERSION=1.2.9
# 直播推流
MOGO_LIVE_VERSION=1.1.56-live
MOGO_LIVE_VERSION=1.2.9
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.1.56-live
MOGO_TRAFFICLIVE_VERSION=1.2.9
# 定位服务
MOGO_LOCATION_VERSION=1.1.56-live
MOGO_LOCATION_VERSION=1.2.9
######## MogoAiCloudSDK Version ########
# 自研地图
MAP_SDK_VERSION=V2.0.0.6