och_taxi socket修改

This commit is contained in:
lianglihui
2021-07-23 14:09:10 +08:00
committed by zhongchao
parent f5620e6b38
commit eaf0700cb8

View File

@@ -73,6 +73,7 @@ public class MogoAiCloudSocketManager extends ConnectionLifecycleListener implem
public void init(Context context, String appId) {
this.mAppId = appId;
SocketManager.getInstance().init(context);
SocketManager.getInstance().registerSocketConnCallback(this);
}
@Override