增加socket ack 回调msgId

This commit is contained in:
董宏宇
2021-08-13 17:34:01 +08:00
parent 2cc134ff8e
commit ee73eb1c28
2 changed files with 11 additions and 11 deletions

View File

@@ -189,7 +189,7 @@ public class SocketManager implements IMogoCloudSocketManager {
if (listener != null) {
listener.onAck(msgId);
}
Logger.d(TAG, "send message success: msgType = %d, appId = %s, productLine = %d", msgType, appId, productLine);
Logger.d(TAG, "send message success: msgId = %d msgType = %d, appId = %s, productLine = %d", msgId, msgType, appId, productLine);
} catch (InvalidProtocolBufferException e) {
e.printStackTrace();
}

View File

@@ -30,22 +30,22 @@ PASSWORD=xintai2018
RELEASE=true
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.1.39
MOGO_UTILS_VERSION=1.1.40
# 网络请求
MOGO_NETWORK_VERSION=1.1.39
MOGO_NETWORK_VERSION=1.1.40
# 网络DNS
MOGO_HTTPDNS_VERSION=1.1.39
MOGO_HTTPDNS_VERSION=1.1.40
# 鉴权
MOGO_PASSPORT_VERSION=1.1.39
MOGO_PASSPORT_VERSION=1.1.40
# 常链接
MOGO_SOCKET_VERSION=1.1.39
MOGO_SOCKET_VERSION=1.1.40
# 数据采集
MOGO_REALTIME_VERSION=1.1.39
MOGO_REALTIME_VERSION=1.1.40
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.1.39
MOGO_TANLU_VERSION=1.1.40
# 直播推流
MOGO_LIVE_VERSION=1.1.39
MOGO_LIVE_VERSION=1.1.40
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.1.39
MOGO_TRAFFICLIVE_VERSION=1.1.40
# 定位服务
MOGO_LOCATION_VERSION=1.1.39
MOGO_LOCATION_VERSION=1.1.40