Skip to content
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

Avoid destruction of callback group when client channel is unadvertised #109

Merged
merged 1 commit into from
Dec 11, 2022

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented Dec 11, 2022

Public-Facing Changes
None

Description
Destruction of callback groups seems to have undesired side effects (see ros2/rclcpp#2053) so we have to keep them as class members. In #92 we did that already for Subscriptions, but we forgot to do that also for Publications.

@achim-k achim-k enabled auto-merge (squash) December 11, 2022 19:52
@achim-k achim-k merged commit b8ad4d5 into main Dec 11, 2022
@achim-k achim-k deleted the achim/avoid_callback_group_desctruction branch December 11, 2022 19:55
@achim-k achim-k mentioned this pull request Dec 12, 2022
achim-k added a commit that referenced this pull request Dec 12, 2022
**Public-Facing Changes**
Release `0.2.2`


**Description**
Patch release that includes a major bug fix (#109)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant