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
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
Hi ICEBOB,
I am using your example but I have question
in the vue ui component I would like to listen more than one socket prefix, how doses it come ?
as I tryied
socket: {
prefix: "/contacts/",
events: {
}
},
socket: {
prefix: "/messages/",
events: {
}
}
but it seems they are overrided
The text was updated successfully, but these errors were encountered:
Hi ICEBOB,
I am using your example but I have question
in the vue ui component I would like to listen more than one socket prefix, how doses it come ?
as I tryied
socket: {
prefix: "/contacts/",
events: {
}
},
socket: {
prefix: "/messages/",
events: {
}
}
but it seems they are overrided
The text was updated successfully, but these errors were encountered: