Skip to content

Split RTPS and DDS Listeners in DynTypesParticipant#157

Merged
juanlofer-eprosima merged 2 commits into
0.xfrom
fix_dual_listener
Jul 17, 2025
Merged

Split RTPS and DDS Listeners in DynTypesParticipant#157
juanlofer-eprosima merged 2 commits into
0.xfrom
fix_dual_listener

Conversation

@cferreiragonz

@cferreiragonz cferreiragonz commented Jul 16, 2025

Copy link
Copy Markdown
Contributor

This PR splits the Listener of DynTypesParticipant into two separated listeners: RTPS and DDS.

In this way, the logic of each listener is isolated from the other.

Also, it allows the SpyDdsParticipant to store in the DDS listener the GUID of the RTPS listener as it will already be created during the DDS participant construction. This allows to properly filter out any discovery message received from the RTPS listener.

This PR is necessary to implement:

Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Please upload report for BASE (0.x@748f67a). Learn more about missing BASE report.

Files with missing lines Patch % Lines
.../participant/dynamic_types/DynTypesParticipant.cpp 0.00% 11 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##             0.x     #157   +/-   ##
======================================
  Coverage       ?   34.12%           
======================================
  Files          ?      154           
  Lines          ?     7901           
  Branches       ?     3518           
======================================
  Hits           ?     2696           
  Misses         ?     3281           
  Partials       ?     1924           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@juanlofer-eprosima juanlofer-eprosima left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juanlofer-eprosima juanlofer-eprosima merged commit 5829875 into 0.x Jul 17, 2025
14 of 17 checks passed
@juanlofer-eprosima juanlofer-eprosima deleted the fix_dual_listener branch July 17, 2025 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants