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

Add IgnoreLocal reader, writer QoS setting #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eboasson
Copy link
Contributor

This adds Cyclone's "ignore local" QoS setting to the C++ API. Fixes #139.

Something strikes me as odd, and that's that adding a very simple QoS policy to what is no more than a C++ wrapper around the C API touches 10 files/+275/-12 lines. The original introduction of the policy in Cyclone (that is, API and implementation) touched 5 files/+103 lines (eclipse-cyclonedds/cyclonedds@4778d6c).

Maybe I did something wrong, I don't know. @e-hndrks, perhaps you can have a look?

@trittsv
Copy link
Contributor

trittsv commented Apr 23, 2024

@eboasson the branch has conflicts, may you can merge the current master into the branch?

Signed-off-by: Erik Boasson <eb@ilities.com>
@eboasson
Copy link
Contributor Author

@trittsv done.

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.

use DDS_IGNORELOCAL_PROCESS with C++ API
2 participants