yaniup

如标题描述,以下是相关代码, <code> final List clientIds = new ArrayList(); clientIds.add("yaniup"); clientIds.add("flover"); // 常量定义: // int ConversationType_OneOne = 0; // 两个人之间的单聊 // int ConversationType_Group = 1; // 多人之间的群聊 final Map attr = new HashMap(); attr.put("type", 0); final AVIMClient user = AV…

已经在application中添加了 AVConnectionManager.getInstance().startConnection(new AVCallback() { @Override protected void internalDone0(Object o, AVException avException) { if (avException!=null) Log.e("error",avException.getLocalizedMessage()); } }); 可是每次发送消息,都会报connection lost的错误,造成消息无法发送,麻烦大神回复一下,急!!

在控制台中看到有这个选项,但是如何在安卓端进行设置?