-
Notifications
You must be signed in to change notification settings - Fork 81
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
how to send message to server ?? #37
Comments
Hi, @cuongphuong
I have succed to send message in this example: |
the same problem, not working... |
@mehmetbektas 's solution worked for me. |
Hey make sure you use JSON.stringify() to "message" object if it is not a string, Here is my example project, you can use this repo too |
@mehmetbektas's solution works, but you may have to change it slightly to: |
can someone close this issue since its resolved? |
sendMessage(message){ this.refWebSocket.sendMessage(message); }
is not workinghelp me!! please!
The text was updated successfully, but these errors were encountered: