We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Required Info:
$ ./install/examples_rclcpp_minimal_service/lib/examples_rclcpp_minimal_service/service_main &
$ ./install/examples_rclcpp_minimal_client/lib/examples_rclcpp_minimal_client/client_main
The service and client can communicate properly.
The client send request and waiting forever. (1 in 3 times)
It is also occurred in -DSECURITY=OFF. But you can easily reproduce the issue if you build with -DSERCURITY=ON.
The text was updated successfully, but these errors were encountered:
I figure out the reason and fix it with #238. Please check the patch.
Sorry, something went wrong.
Closing since #238 is supposed to address this.
No branches or pull requests
Bug report
Required Info:
Steps to reproduce issue
ROS_SECURITY_ROOT_DIRECTORY=~/security/keys
ROS_SECURITY_ENABLE=true
ROS_SECURITY_STRATEGY=Permissive
Expected behavior
The service and client can communicate properly.
Actual behavior
The client send request and waiting forever. (1 in 3 times)
Additional information
It is also occurred in -DSECURITY=OFF. But you can easily reproduce the issue if you build with -DSERCURITY=ON.
Feature request
Feature description
Implementation considerations
The text was updated successfully, but these errors were encountered: