-
Notifications
You must be signed in to change notification settings - Fork 190
No API to override command callback (CON-853) #704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Temporarily, I used some casting to get to the callback
|
I created a PR to enable this behavior |
PR #734 is merged. |
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.
Attributes have:
There is no parallel API for commands.
When implementing a bridge you have to be able to override the commands too.
When fixing this, consider if you need two callbacks (original and override) or if the new callback could simply replace the old one saving memory. If you replace the old one be sure and cleanup all of the previously allocated memory.
The text was updated successfully, but these errors were encountered: