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

Cannot publish/subscribe to a derived topic without publishing/subscribing to its base topic #238

Closed
adrianomarto opened this issue Mar 16, 2024 · 0 comments · Fixed by #239

Comments

@adrianomarto
Copy link
Contributor

adrianomarto commented Mar 16, 2024

Publishing and subscribing to a derived topic does not work. I first observed that behaviour while using Cyclonedds v0.10.4 and Cyclonedds-Python v0.10.2 (plus the changes in the pull request #164). In that instance, the subscriber did not receive updates on the derived topic.

I created pull request #237 to demonstrate the issue. The behaviour is different in the CI environment (perhaps because it is based on the current master branch). The exception DDSException is raised in the CI environment when trying to instantiate the topic.

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 a pull request may close this issue.

1 participant