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
First of all, thank you for your efforts. When I was using the @openim/wasm-client-sdk, I called IMSDK.createTextMessage("Hello openIM") and successfully created a MessageItem. However, after printing it to the console, I found that the data was an empty string. const { data: message } = await IMSDK.createTextMessage("Hello openIM"); console.log('message==>', message);
Screenshots Link
No response
The text was updated successfully, but these errors were encountered:
OpenIM Server Version
3.8.3
Operating System and CPU Architecture
Windows (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
First of all, thank you for your efforts. When I was using the @openim/wasm-client-sdk, I called IMSDK.createTextMessage("Hello openIM") and successfully created a MessageItem. However, after printing it to the console, I found that the data was an empty string.
const { data: message } = await IMSDK.createTextMessage("Hello openIM"); console.log('message==>', message);
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: