Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Message unread count update exception #3068

Open
Ru1ers opened this issue Jan 16, 2025 · 1 comment
Open

[BUG] Message unread count update exception #3068

Ru1ers opened this issue Jan 16, 2025 · 1 comment
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@Ru1ers
Copy link

Ru1ers commented Jan 16, 2025

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

@Ru1ers Ru1ers added the bug Categorizes issue or PR as related to a bug. label Jan 16, 2025
@OpenIM-Robot
Copy link

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants