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
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)
});
Screenshots Link
No response
The text was updated successfully, but these errors were encountered:
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.
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)
});
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: