Skip to content

Commit 565bbc2

Browse files
authored
Unique Client GID for Service Introspectino Event. (#779)
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent fc66051 commit 565bbc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rmw_fastrtps_shared_cpp/src/rmw_request.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ __rmw_take_request(
129129
{
130130
// Get header
131131
rmw_fastrtps_shared_cpp::copy_from_fastrtps_guid_to_byte_array(
132-
request.sample_identity_.writer_guid(),
132+
// Keep the original request publisher guid
133+
writer_guid,
133134
request_header->request_id.writer_guid);
134135
request_header->request_id.sequence_number =
135136
((int64_t)request.sample_identity_.sequence_number().high) <<

0 commit comments

Comments
 (0)