Skip to content

Commit

Permalink
Finish changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Apr 13, 2024
1 parent 862c0a0 commit 5fe0247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2812,6 +2812,7 @@ rmw_take_request(

// Add this query to the map, so that rmw_send_response can quickly look it up later
if (!service_data->add_to_query_map(
request_header->request_id.writer_guid,
request_header->request_id.sequence_number, std::move(query)))
{
RMW_SET_ERROR_MSG("duplicate sequence number in the map");
Expand Down

0 comments on commit 5fe0247

Please sign in to comment.