openim-sdk-core
openim-sdk-core copied to clipboard
Bug: Unable to monitor initialization completed
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.
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
The latest version doesn't have this issue. Please go ahead and use it.