[2.13.2] update ai cloud sdk version to fix socket status problem
This commit is contained in:
@@ -69,9 +69,9 @@ public class MogoAiCloudSocketManager extends ConnectionLifecycleListener implem
|
||||
@Override
|
||||
public void init(Context context, String appId, double lat, double lon) {
|
||||
this.mAppId = appId;
|
||||
SocketManager.getInstance().init(context, lat, lon);
|
||||
SocketManager.getInstance().registerSocketConnCallback(this);
|
||||
SocketManager.getInstance().registerSocketErrorCallback(TAG, this);
|
||||
SocketManager.getInstance().init(context, lat, lon);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user