openim-sdk-core icon indicating copy to clipboard operation
openim-sdk-core copied to clipboard

Bug: Unable to monitor initialization completed

Open lcrazyl opened this issue 2 years ago • 3 comments

What happened?

After logging in, the get_users_info interface will be automatically executed. If there are too many local sessions, many get_users_info interfaces will need to be executed. Currently, there is no callback function that completes all execution of this interface.

image

What did you expect to happen?

If the interface cannot be monitored to complete, other interfaces may be blocked

How can we reproduce it (as minimally and precisely as possible)?

Automatically execute the interface after login

Anything else we need to know?

No response

version

"open-im-sdk-wasm": "^3.0.0",

Cloud provider

none

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

lcrazyl avatar Aug 02 '23 09:08 lcrazyl

The latest version doesn't have this issue. Please go ahead and use it.

skiffer-git avatar Nov 21 '24 12:11 skiffer-git