-
Notifications
You must be signed in to change notification settings - Fork 368
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
Dds #1174 ensure compatibility with iceoryx 2.0 #1175
Dds #1174 ensure compatibility with iceoryx 2.0 #1175
Conversation
@sumanth-nirmal @eboasson We need to discuss how to communicate certain non-fatal errors which may be surprising to the user but should not lead to a fatal error. In this particular case a failure to receive an iceoryx chunk (fast enough) should be logged/communicated to the user in some kind of error log. Before it could lead to the user missing data without understanding why. I also need to try these changes with CycloneDDS C++, but will do so next. It will likely not be fully functional due to (hopefully) minor issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes overall looks good
We need to update the iceroyx version in the CI here
@dkroenke Does iceoryx-v1.90.0 have all the latest fixes needed, or should we need a new tag? |
6e0e2c7
to
9e3f5ac
Compare
@eboasson The mac failure appears to be unrelated (some timeout?) |
4619976
to
15d8a9b
Compare
15d8a9b
to
f7bdc3c
Compare
…ch event calls with context data Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
473c8e6
to
9345acc
Compare
@eboasson Fixed review findings, should be ready for another review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With -Wstrict-prototypes
I get warnings that are solved by eclipse-iceoryx/iceoryx#1281. Once that one is merged, I'll merge this one.
@eboasson eclipse-iceoryx/iceoryx#1281 is merged |
No description provided.