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] #163

Open
nyxo-dev opened this issue Jan 14, 2025 · 1 comment
Open

[BUG] #163

nyxo-dev opened this issue Jan 14, 2025 · 1 comment

Comments

@nyxo-dev
Copy link

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

@Bloomingg
Copy link
Member

First, you should ensure that you have successfully logged in and received the callback of OnConnectSuccess before executing createTextMessage.

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