You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: When the node of a service requester is started before the node of a responder, the service request should succeed as long as the responder is started before the requester's timeout.
Actual behavior: Currently, if the requester and responder are in different processes, the expected behavior occurs, but if they are in the same process, the requester will always time out.
* Support request/advertise within the same process.
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
---------
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
Environment
Description
Steps to reproduce
flaky_service
branch from https://github.com/azeey/gz-transport/examples/requester.cc
and run it.The example shows that if the responder is started with a 2s delay in a separate thread, the request fails.
The text was updated successfully, but these errors were encountered: