-
Notifications
You must be signed in to change notification settings - Fork 238
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
Failed to send request: cannot publish data #1207
Comments
@fujitatomoya Thanks, I'll test #1136 on foxy. |
Assuming this is the issue, why is a timeout occurring, how can it be avoided, how to recovery, and is it possible to increase the timeout for CycloneDDS? Once a timeout occurs, what kind of result will the synchronous calling client receive, or will it remain blocked indefinitely? |
see ros2/ros2#1253 (comment), it is well explained why this could happen.
ros2/rmw_fastrtps#704 is to extend the timeout for https://github.com/ros2/rmw_fastrtps. you can see how to set the configuration XML too. Note, again that ros2/rmw_fastrtps#704 is NOT available in foxy. (Foxy is E.O.L)
that i do not know.
if the timeout is not set, it will wait forever. so synchronous calling client is not recommended w/o timeout.
|
@rty813 as i mentioned before, Foxy is already E.O.L. if we do not have specific requirements to fix the |
Bug report
Required Info:
Steps to reproduce issue
I couldn't find a consistently reproducible path. It has only occurred once so far, where an exception occurred abruptly during the program execution, leading to an unexpected termination.
Expected behavior
no exception
Actual behavior
The text was updated successfully, but these errors were encountered: