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

Make sure to *not* undeclare the liveliness token for clients. #219

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

clalancette
Copy link
Collaborator

That is, we were forgetting to cancel the undeclare of the liveliness token in client initialization, so we would create the token and immediately remove it. Fix that here, so it only gets removed at rmw_destroy_client time.

That is, we were forgetting to cancel the undeclare of
the liveliness token in client initialization, so we
would create the token and immediately remove it.  Fix
that here, so it only gets removed at rmw_destroy_client
time.

Signed-off-by: Chris Lalancette <[email protected]>
@clalancette clalancette requested a review from Yadunund June 27, 2024 14:14
Copy link
Member

@Yadunund Yadunund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@Yadunund Yadunund merged commit a74978f into rolling Jun 27, 2024
7 checks passed
@Yadunund Yadunund deleted the clalancette/fix-client-init branch June 27, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants