We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc66051 commit 565bbc2Copy full SHA for 565bbc2
rmw_fastrtps_shared_cpp/src/rmw_request.cpp
@@ -129,7 +129,8 @@ __rmw_take_request(
129
{
130
// Get header
131
rmw_fastrtps_shared_cpp::copy_from_fastrtps_guid_to_byte_array(
132
- request.sample_identity_.writer_guid(),
+ // Keep the original request publisher guid
133
+ writer_guid,
134
request_header->request_id.writer_guid);
135
request_header->request_id.sequence_number =
136
((int64_t)request.sample_identity_.sequence_number().high) <<
0 commit comments