OpenIM-Gordon
OpenIM-Gordon
I tried using our app and couldn't reproduce the issue. Could you please confirm if your server version is 3.8.3?
Make sure that you have successfully set up the Go environment and gomobile environment, and have installed Xcode on your Mac. If you are still experiencing issues, please provide detailed...
Due to the involvement of backend server fixes related to message fetching logic, this issue will be fixed in a later version. In the meantime, you can determine whether you...
Is the open-im-server able to send messages normally? Kafka startup might have a delay, which could result in a temporary state where the broker is detected as unavailable. Please ensure...
iOS SDK version supports 11+; import the latest version of the iOS SDK.
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.
Thank you very much for bringing up the issue. This has already been fixed in the issue #683 #669 and will be released in the 3.8.1 (3.8 branch). If you...
You can find the corresponding code version based on the Core SDK version referenced in iOS library.
Currently, the IM message ID is generated by the client as a unique identifier, while the server-generated serverMsgID is only used as a reserved field.
For transfer consumption, coroutine sharding ensures session serialization processing, and it is handled in batches. Therefore, a set is used instead of incr.