Skip to content

Commit d0610d6

Browse files
Janosch Machowinskiwjwwood
authored andcommitted
fix: Fixed race condition in action server between is_ready and take" (#2495)
Some background information: is_ready, take_data and execute data may be called from different threads in any order. The code in the old state expected them to be called in series, without interruption. This lead to multiple race conditions, as the state of the pimpl objects was altered by the three functions in a non thread safe way. Co-authored-by: William Woodall <[email protected]> Signed-off-by: Janosch Machowinski <[email protected]>
1 parent d599f9e commit d0610d6

File tree

2 files changed

+433
-241
lines changed

2 files changed

+433
-241
lines changed

0 commit comments

Comments
 (0)