Skip to content

Commit

Permalink
Revert "Unique Client GID for Service Introspectino Event. (#779)" (#780
Browse files Browse the repository at this point in the history
)

This reverts commit 565bbc2.
  • Loading branch information
Blast545 authored Oct 1, 2024
1 parent 565bbc2 commit 6bdff0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rmw_fastrtps_shared_cpp/src/rmw_request.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ __rmw_take_request(
{
// Get header
rmw_fastrtps_shared_cpp::copy_from_fastrtps_guid_to_byte_array(
// Keep the original request publisher guid
writer_guid,
request.sample_identity_.writer_guid(),
request_header->request_id.writer_guid);
request_header->request_id.sequence_number =
((int64_t)request.sample_identity_.sequence_number().high) <<
Expand Down

0 comments on commit 6bdff0b

Please sign in to comment.