Hi,
I am using DynamicData types and have recently run into the issue of messages being dropped in my subscriber. I have changed my datawriter and datareader to use STRICT RELIABLE for my QoS profile. Below is my code for both the datawriter and datareader, please let me know if there is something I am missing.
DDSDataReader *data_reader = participant->create_datareader_with_profile(topic, DDS_BUILTIN_QOS_LIB_EXP, DDS_PROFILE_GENERIC_STRICT_RELIABLE, serialized_listener, DDS_STATUS_MASK_NULL)
and