-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add listener callbacks to newly added events #625
Add listener callbacks to newly added events #625
Conversation
Signed-off-by: Mauro Passerino <[email protected]>
Signed-off-by: Mauro Passerino <[email protected]>
8198cdb
to
5fa84f5
Compare
@mauropasse @alsora Would you mind checking if this can be incorporated into #619? |
Hi @MiguelCompany. Good thing, #619 already adds listener callbacks associated with those new events (so this PR wouldn't be needed).
Calling
|
Hi @mauropasse, Thanks for the reproducer and stack trace. I have just pushed a commit that fixes the issue. |
@jsantiago-eProsima I checked your new commits and all seems to work fine now, thanks! |
The recently merged PR #583 added support for missing events:
This PR adds listener callbacks associated with those new events.
Also a bug is fixed in which setting a callback for some event type, would override the any previous other callback set (there was a single callback for listener). Now we have multiple callbacks for the different listener event types.
@alsora FYI