Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21055] Automatically unmatch remote participants on participant deletion #4817

Merged
merged 9 commits into from
May 27, 2024

Commits on May 24, 2024

  1. Refs #21055. Add regresion test.

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    17c8326 View commit details
    Browse the repository at this point in the history
  2. Refs #21055. Split PDP::remove_remote_participant in two methods.

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4db2c9a View commit details
    Browse the repository at this point in the history
  3. Refs #21055. Call new PDP::disable method when deleting `BuiltinPro…

    …tocols`.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    abcd5d5 View commit details
    Browse the repository at this point in the history
  4. Refs #21055. PDP::disable method automatically unmatches remote par…

    …ticipants.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a37cec9 View commit details
    Browse the repository at this point in the history
  5. Refs #21055. Change nullptr comparisons on PDP.cpp

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cb5cd05 View commit details
    Browse the repository at this point in the history
  6. Refs #21055. Remove this-> on PDP.cpp

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e9c5a4e View commit details
    Browse the repository at this point in the history
  7. Refs #21055. Use std::lock_guard where possible.

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    da3c864 View commit details
    Browse the repository at this point in the history
  8. Refs #21055. Change nullptr comparisons on BuiltinProtocols.cpp

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    aabd984 View commit details
    Browse the repository at this point in the history
  9. Refs #21055. Method rename.

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany committed May 24, 2024
    Configuration menu
    Copy the full SHA
    178e539 View commit details
    Browse the repository at this point in the history