Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When the session is closed/opened for the burn after reading state, multiple OnConversationChanged callbacks are triggered, and the results of the callbacks are also different. #82

Closed
brucejia-creator opened this issue Nov 8, 2024 · 3 comments

Comments

@brucejia-creator
Copy link

OpenIM Server Version

3.5.0

Operating System and CPU Architecture

Linux (ARM)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

OnConversationChanged回调触发多次,并且结果有问题

Screenshots Link

image
开启之后,第一次回调,是返回的isPrivateChat,这是对的,但是第二次就有可能返回的false,这个就有问题了
关闭也是同样的,回调返回的结果就有可能不对
是web端的功能

@Bloomingg Bloomingg changed the title [BUG] 会话关闭/开启阅后即焚状态,触发多次OnConversationChanged回调,并且回调的结果还不一样 [BUG] When the session is closed/opened for the burn after reading state, multiple OnConversationChanged callbacks are triggered, and the results of the callbacks are also different. Nov 8, 2024
@Bloomingg
Copy link
Member

This issue has been fixed. Please synchronously upgrade the sdk and server to the latest version and try again.

@brucejia-creator
Copy link
Author

还有一个问题
从github代码 /openimsdk/openim-sdk-core/wasm/cmd编译出来的 openim.wasm,不能用,报错 index-96d83a75.js:9 TypeError: WebAssembly.instantiate(): Import #0 "gojs": module is not an object or function

@Bloomingg
Copy link
Member

You need to replace the wasm_exec.js file corresponding to the go version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants