openimsdk / open-im-sdk-android

IM Android
https://openim.io
MIT License
225 stars 160 forks source link

I found that the message triggers the error callback method, but this message can still be retrieved from the chat history #24

Closed dengxiaoyu closed 2 years ago

dengxiaoyu commented 2 years ago

错误码是201 错误信息 是 kafka send msg err

dengxiaoyu commented 2 years ago

/**

hrxiang commented 2 years ago
  1. 发消息通过当前方法的callback回调。
  2. 收消息通过全局监听器的onRecvNewMessage方法回调。
  3. 创建消息后,在发送之前就应该将消息添加到list里,然后刷新界面,然后通过callback刷新状态:成功,失败,发送中,上传进度(图片,文件,视频)。