You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related dependencies:
@openim/client-sdk": "^0.0.11-ahpha.1
"openim-uniapp-polyfill": "^1.4.1"
Scenario:
User A sends a message to user B, and user B reads the message. At this time, user A's client will accidentally trigger the OnTotalUnreadMessageCountChanged callback, and the number of unread messages returned by the callback will be reduced by 1.
After refreshing the page and re-requesting, the number of unread messages returns to normal.
Normal logic:
User B reads the message, which should not trigger user A's "unread message number change callback "
Screenshots Link
No response
The text was updated successfully, but these errors were encountered:
OpenIM Server Version
3.8.2
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
Related dependencies:
@openim/client-sdk": "^0.0.11-ahpha.1
"openim-uniapp-polyfill": "^1.4.1"
Scenario:
User A sends a message to user B, and user B reads the message. At this time, user A's client will accidentally trigger the OnTotalUnreadMessageCountChanged callback, and the number of unread messages returned by the callback will be reduced by 1.
After refreshing the page and re-requesting, the number of unread messages returns to normal.
Normal logic:
User B reads the message, which should not trigger user A's "unread message number change callback "
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: