multi components with their own channels options #65
Unanswered
laurentmahieu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi every one,
I've got a little question, My project is in vue3 in TS, with Pinia, Vuetify, ...
For the moment, I've got a Page with two seperate component : a layout and page content .
In my layout, I have user list (on-line / off-line) updated in real time by a first channel wss.
In the page content, I could have a tchat updated in real time by a second channel wss, or something else without needing wss, in therms of the page.
Each component request to connect to his channel succesfuly, and each has his
channels: {...}
option.But why I received messages for only one
channels: {...}
options.If I comment one
channels: {...}
or the other in my components. Separately it's working fine.But why one page with several component including their own
channels: {...}
options failed.I used it before in Vue2 project without problems
Any idee ?
thanks to read me, n for your time.
Beta Was this translation helpful? Give feedback.
All reactions