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] After upgrading to v3.8.1, I can no longer receive the OnUserStatusChanged callback. #2725

Open
jiangzc16 opened this issue Oct 15, 2024 · 2 comments
Assignees
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@jiangzc16
Copy link

OpenIM Server Version

3.8.1

Operating System and CPU Architecture

Linux (ARM)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

1、IMSDK.on(CbEvents.OnUserStatusChanged, userStatusChangeHandler);
I can no longer receive the OnUserStatusChanged callback.
2、data is [] :
IMSDK.subscribeUsersStatus([userID]).then(({data}: WsResponse<UserOnlineState[]>) => {
console.log('subscribeUsersStatus =>',data, userID)
});
360截图20241015143547424

Screenshots Link

No response

@jiangzc16 jiangzc16 added the bug Categorizes issue or PR as related to a bug. label Oct 15, 2024
@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.

@icey-yu
Copy link
Member

icey-yu commented Oct 28, 2024

Based on our tests, both the OnUserStatusChanged callback and the return content from subscribeUsersStatus appear to be functioning correctly. If you could provide more detailed log information, we would be happy to assist in resolving the issue.

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

3 participants