Mario Domínguez López
Mario Domínguez López
## Description Compilation with `FASTDDS_SHM_TRANSPORT_DISABLED` and `SHM_TRANSPORT_BUILTIN` should properly manage the shm transport in `LARGE_DATA` modes. Note: we may forward port this PR to `3.x` ## Contributor Checklist - [...
## Description This PR brings the feature implementation of the `extended incompatible qos` for the monitor service. This PR must be merged after. * #5294 ## Contributor Checklist - [X]...
## Description This PR brings the test plan implementation for the `Extended Incompatible QoS` monitor service feature. ## Contributor Checklist - [X] Commit messages follow the project guidelines. - [X]...
## Description This PR addresses a race issue happening in stressed intraprocess scenarios when `EDP's` writer intends to use the remote local reader pointer of an already removed participant. This...
## Description This PR is a forward port of #5284, implementing the following APIs `DDS` * `DataWriter::get_matched_subscriptions()` * `DataWriter::get_matched_subscription_data()` * `DataReader::get_matched_publications()` * `DataReader::get_matched_publication_data()` `RTPS` * `RTPSParticipant::get_publication_info()` * `RTPSParticipant::get_subscription_info()` * `RTPSReader::matched_writers_guids()`...
## Description This PR addresses two issues regarding `Secure Discovery Server` * Disposal `guid` was not beaing properly send from clients to server. * Prevents an assertion triggering in the...
## Description This PR addresses an assertion triggering in the `SecurityManager` as a consequence of not being able to retrieve a new change for the `participant_stateless_msg_writer` @Mergifyio backport 3.1.x 3.0.x...
This PR regenerates types with Fast DDS Gen 4.0.4
## Description This PR addresses the `FASTDDS_TODO_BEFORE(3,3)` feature of enhancing the discovery algorithm for RPC. ## Contributor Checklist - [X] Commit messages follow the project guidelines. - [X] The code...
## Description This PR includes all the remaining examples into the windows ci testing. Some considerations worth mentioning: * `test_configuration` was splitted into `3` suite of tests in order not...