Skip to content

Commit

Permalink
Add TODO for eliminating rmw_send_response blocking
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <[email protected]>
  • Loading branch information
eboasson committed Jun 3, 2020
1 parent 3f85be1 commit e17e9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw_cyclonedds_cpp/src/rmw_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3301,6 +3301,7 @@ extern "C" rmw_ret_t rmw_send_response(
// Block until the response reader has been matched by the response writer (this is a
// workaround: rmw_service_server_is_available should keep returning false until this
// is a given).
// TODO(eboasson): rmw_service_server_is_available should block the request instead (#191)
client_present_t st;
std::chrono::system_clock::time_point tnow = std::chrono::system_clock::now();
std::chrono::system_clock::time_point tend = tnow + 100ms;
Expand Down

0 comments on commit e17e9ed

Please sign in to comment.