OpenIM-Gordon

Results 58 comments of OpenIM-Gordon

Hello, thank you very much for raising this issue. I see you are using the latest version, 3.8.3patch.3. According to the logs you provided, I noticed that the maximum seq...

The issue is caused by SQLite's concurrency limitations. When the message reception speed is too high, database access concurrency increases, leading to db is locked errors. The SDK has now...

Please make sure that your core-sdk version is higher than v3.5.1-alpha.2. This issue has been fixed in https://github.com/openimsdk/openim-sdk-core/pull/478.

The SDK plans to remove Gomobile in version 3.9 and use FFI bridging directly to achieve cross-language interoperability,you can directly call the provided C interface..

Please check the provided code for any occurrences of duplicate logins, as this panic can only happen in the case of a duplicate login. > Take another look at this...

Our latest version is v3.8.3-patch.3. You can compile the WASM using the tag, and if there are any errors, please provide the complete context logs, and we can assist in...

You can currently control globally whether a message is sent when a friend request is approved. In the Open-IM-Server\config\notification.yaml file, set: friendApplicationApproved: isSendMsg: false For per-request control, we may add...