Server- how do I trigger event from one namespace to other?? #972
Unanswered
rmControls
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This isn't a good way to think about it. The handlers that you have on your namespace classes are triggered by clients, they are not supposed to be triggered internally in the server. The second action that you need to happen should be a regular function or method, not an event handler. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a two namespace I want to trigger event on second namespace once the first event completed... (server side)
I tried like this but didnt worked....
(in simple words receive event in one namespace and emit to another namespace for another group of people...)
is this correct way to do it??
Beta Was this translation helpful? Give feedback.
All reactions