-
Notifications
You must be signed in to change notification settings - Fork 487
fix(rclcpp_action): Fix sleep of expire thread in case of canceled timer #2800
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
Conversation
|
Pulls: #2800 |
This fixes a bug, that the expire action thread would not sleep as, the sleep duration was not computed correctly. Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
b25a581 to
740e219
Compare
|
Pulls: #2800 |
|
@marcoag if this fix is merged, would a quick re-sync for Jazzy be possible? |
|
Test failures are unrelated. |
|
FYI #2804 |
|
Cool, what would asap look like? As a typical cadence is 3 weeks and we're past week 2 😉 |
I'll put the hold today and get everything ready. I was waiting for a fix on the current regression but there doesn't seem much movement there, I'll give them one more day before I sync. |
…mer (ros2#2800) This fixes a bug, that the expire action thread would not sleep as, the sleep duration was not computed correctly. Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com> Co-authored-by: Janosch Machowinski <J.Machowinski@cellumation.com>
This fixes a bug, that the expire action thread would not sleep as, the sleep duration was not computed correctly.
Fixes #2799