Trigger callback on any events #725
Unanswered
BinarSkugga
asked this question in
Q&A
Replies: 3 comments
-
You can define a class-based namespace and then override the |
Beta Was this translation helpful? Give feedback.
0 replies
-
For a single namespace. What about all of them ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Register the same or different class-based namespace for each of your namespaces. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Small feature request to trigger a callback on any events, like a generic handler. It can currently be achieved by inheriting the AsyncServer class like so:
Then the callback can be added using the following:
Beta Was this translation helpful? Give feedback.
All reactions