-
Notifications
You must be signed in to change notification settings - Fork 774
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
Bugfix: LifespanQoSExample Using the api incorrectly #4912
Conversation
…simultaneously LifespanQoSExample Use read_next_sample and take_next_sample simultaneously
LifespanQoSExample Using the api incorrectly,Incorrect read_next_sample and take_next_sample are used at the same time, resulting in the failure to read historical data during the life cycle.
LifespanQoSExample Using the api incorrectly,Incorrect read_next_sample and take_next_sample are used at the same time, resulting in the failure to read historical data during the life cycle.
Hi @zekai-li, thanks for your contribution. |
I see. Is there a todo list in the v3.0 refactoring? I want to try to submit pr for this project. Also, I think lifespan, deadline, and other fine-grained examples are better for beginners to understand fastdds, which is why I fixed this bug in the first place. Do you want me to add more fine-grained examples to the example? |
@JesusPoderoso I see. Is there a todo list in the v3.0 refactoring? I want to try to submit pr for this project. thanks |
Hi @zekai-li!
You can start with the RequestReplyExample, which should be renamed to |
Thanks for your detailed response, I will submit the code for our community as soon as possible |
…simultaneously
LifespanQoSExample Use read_next_sample and take_next_sample simultaneously
Description
LifespanQoSExample Using the api incorrectly,Incorrect read_next_sample and take_next_sample are used at the same time, resulting in the failure to read historical data during the life cycle.
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist