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
Thank you very much for the plugin you developed. I used it in my project.
But I hope that the client can also receive the data when the server pushes it. When I used the ON receiveMessage method, it didn't work. Later I found that it was used for TCP server 😂😭
The text was updated successfully, but these errors were encountered:
Thank you so much for your kind words and for using the plugin! I’m really glad to hear it’s been helpful in your project.
You’re right — the current onReceiveMessage method is designed for the TCP server. That said, I completely understand the need for the client to receive data pushed by the server, and I’m happy to share that I’m already working on adding this feature. I’m aiming to release it within the next month, so stay tuned for the update!
Thanks again for your support and valuable feedback — it really helps me improve!
Thank you very much for the plugin you developed. I used it in my project.
But I hope that the client can also receive the data when the server pushes it. When I used the ON receiveMessage method, it didn't work. Later I found that it was used for TCP server 😂😭
The text was updated successfully, but these errors were encountered: