-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically unmatch remote participants on participant deletion (#4849
) (#4863) * Refs #21055. Add regresion test. Signed-off-by: Miguel Company <[email protected]> * Refs #21055. Remove `this->` on PDP.cpp Signed-off-by: Miguel Company <[email protected]> * Refs #21055. Change nullptr comparisons on PDP.cpp Signed-off-by: Miguel Company <[email protected]> * Refs #21055. Change nullptr comparisons on BuiltinProtocols.cpp Signed-off-by: Miguel Company <[email protected]> * Refs #21055. Split `PDP::remove_remote_participant` in two methods. Signed-off-by: Miguel Company <[email protected]> * Refs #21055. Call new `PDP::disable` method when deleting `BuiltinProtocols`. Signed-off-by: Miguel Company <[email protected]> * Refs #21055. `PDP::disable` method automatically unmatches remote participants. Signed-off-by: Miguel Company <[email protected]> * Refs #21055. Use `std::lock_guard` where possible. Signed-off-by: Miguel Company <[email protected]> * Refs #20995. Apply suggestion. Signed-off-by: Miguel Company <[email protected]> * Refs #20995. Fix test build. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 689dd3f) Co-authored-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
d280a2d
commit 4a7c794
Showing
4 changed files
with
209 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.