Replies: 1 comment
-
Solved after multiple attempts. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I am very new on this and I am using Tauri 2.0. After taking sometime on reading the documentation, I am pretty confused on how to subscribe to multiple channels.
For example, I am connected to one endpoint, and I want to subscribe to the path
/subscribe/chat/messages/user1
. I do not understand how to achieve that.I tried to add this:
Although it was able to connect with my local server, it was not able to receive any messages -- I am not sure in what way can it receive messages and process the messages coming from my server.
Btw, is it possible to use the plugin to establish connections to multiple endpoints? (let's say subscribing for real-time stock quotes in different sources), much thanks!
Update: I did a little bit more research, and found out that what I was seeking is the STOMP protocol. Is there any current plugins that support this?
Beta Was this translation helpful? Give feedback.
All reactions