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
Ok, maybe I understood. The client specifies the namespace in the server connection url, is it right? If yes is there a way for a client in a namespace to call a method in the root ('/') namespace?
there is a workaround i found, you could try
just after emitting the event, make sure to refresh the page on client side and see if the client get notified
Hi,
I've created an event inside a namespace:
Then I use this command to emit a new event:
On the client I try to subscribe to the event in this way:
But I don't get any update. I can get it just when I don't use namespace.
Thanks,
Mirko
The text was updated successfully, but these errors were encountered: