Use the same context for the specified node in rclcpp::spin functions by HansRobo · Pull Request #2433 · ros2/rclcpp
Currently, rclcpp::spin functions, rclcpp::spin, rclcpp::spin_some, and so on, use the default context. However they may occur errors when you use the custom context for the specified node of argum...