ros2_rust
ros2_rust copied to clipboard
Audit drop ordering for rcl handles
We've noticed that there may be issues with drop orders of rcl handles that are held by rclrs structs, e.g. #372 .
I'm not certain that #372 fixed all the problems that may exist, so I'll keep auditing the structs and drop order strategy to make sure it's sound.
Maintainers can feel free to assign this ticket to me.