You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
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
还有一个问题
从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
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
开启之后,第一次回调,是返回的isPrivateChat,这是对的,但是第二次就有可能返回的false,这个就有问题了
关闭也是同样的,回调返回的结果就有可能不对
是web端的功能
The text was updated successfully, but these errors were encountered: