OpenIM-Gordon

Results 58 comments of OpenIM-Gordon

The server has an [API](https://github.com/openimsdk/open-im-server/blob/main/internal/api/router.go#L183) that currently lacks documentation. The client will receive the OnRecvCustomBusinessMessage event.

When you upgraded, did you encounter the issue shown in the image regarding the seq conversion? Ultimately, was the maximum seq for the conversation successfully converted into the seq collection?...

It appears to be an Android-level build issue. You can try to emulate the approach used in the [Android-demo](https://github.com/openimsdk/open-im-android-demo) by including the Android SDK and then verify if it runs...

To avoid like this issues, the SDK plans to remove Gomobile in version 3.9 and use FFI bridging directly to achieve cross-language interoperability.

Please confirm if a proxy is being used and the network condition. If you use like Nginx, may have a default timeout for long periods of inactivity, automatically disconnecting the...

hi, you can provide more detail informations about this panic? like your app version and core version etc we can find the reason with your help.

You can try using the latest version 3.4, including the server, to see if the issue persists. In our testing with the new version, we were unable to reproduce this...

> > sing the latest version 3.4, including the server, to see if the issue persists. In our testing with the new version, we were unable to reproduce this problem....

> sdk 3.4.0 Failure to connect to the server causes the APP to become unresponsive. > > ``` > I/F-OpenIMSDK(native call flutter)(22263): { method:connectListener, type:onConnectSuccess } > I/GoLog (22263): 2023-11-14...

That's a good suggestion. We will add more security measures from a security perspective.