-
Notifications
You must be signed in to change notification settings - Fork 789
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
[16737] RTPSWriter::has_been_fully_delivered implementation #3237
[16737] RTPSWriter::has_been_fully_delivered implementation #3237
Conversation
4dde7d3
to
9bdc93c
Compare
cd0197b
to
cdad81d
Compare
@richiprosima please test this |
I have to look into the tests because some times the tests block and timeout. It can be seen in several platforms for the CI run. |
cdad81d
to
22e5b86
Compare
@richiprosima, please test this |
@JLBuenoLopez-eProsima Now that the tests have been merged, would you mind to rebase here? |
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
…r as parameter Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
22e5b86
to
d4015c0
Compare
@richiprosima please test this |
This PR only includes I have also rebased #3240 which has also these commits (RTPS implementation) and the DDS/RTPS linkage implementation. @MiguelCompany, maybe you'd rather review directly the complete implementation and close this PR. |
Yeah. Makes more sense. |
Description
This PR implements
RTPSWriter::has_been_fully_delivered
API.This PR depends on:
[16737] Fix StatelessWriter ACK check #3234: bugfix inStatelessWriter::is_acked_by_all
implementation.RTPSWriter::has_been_fully_delivered
.Contributor Checklist
N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added.
N/A Documentation builds and tests pass locally.
N/A New feature has been added to the
versions.md
file (if applicable).N/A New feature has been documented/Current behavior is correctly described in the documentation.
N/A Applicable backports have been included in the description.
Reviewer Checklist