TencentCloud / TIMSDK

Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
https://trtc.io/products/chat
2.56k stars 2.76k forks source link

【web】-【 2.19.1】:【登陆后没法收到离线时的消息】 #1164

Closed W-went closed 2 years ago

W-went commented 2 years ago

【当前现象】:A用户在B用户不在线的时候发送消息,B用户上线没法接受到A的消息,必须等A再发送消息才能监听到之前的消息。 【集成包】:IMSDK

【机型】:谷歌浏览器 【有无日志或者描述、截图】: image 在线时正常

离线后A用户发送2条消息 image B用户登陆 image

直到A用户在发消息,B用户才能收到

image image

W-went commented 2 years ago

看了下demo 获取的消息是通过 getConversationList 中的 unreadCount 来实现的