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

Fix inappropriate Zenoh->DDS route deletion on 1st remote Writer deletion #140

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

JEnoch
Copy link
Member

@JEnoch JEnoch commented Jul 10, 2023

In forwarding mode, a route Zenoh->DDS is created when a remote DDS Writer is discovered.
If a 2nd remote DDS Writer is discovered, the same route is used.

When 1 of the 2 remote DDS Writer is deleted, the route is also deleted (if there are no local Reader), but shouldn't!
This PR fixes this waiting for all remote DDS Writers to be deleted before deleting the route.

@JEnoch JEnoch merged commit d965724 into eclipse-zenoh:master Jul 10, 2023
2 checks passed
@JEnoch JEnoch deleted the fix_remote_writer_del branch July 11, 2023 14:33
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.

1 participant