-
Notifications
You must be signed in to change notification settings - Fork 85
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
Miss the 1st one #333
Comments
You can create your entities with transient local QoS and a certain amount of history in order to ensure the reception of all samples. You can learn more about QoS in the Fast DDS documentation: https://fast-dds.docs.eprosima.com/en/latest/fastdds/rtps_layer/rtps_layer.html?highlight=TRANSIENT_LOCAL#setting-the-data-durability-kind |
VOLATILE (default): Messages are discarded as they are sent. If a new Reader matches after message n, it will start received from message n+1. |
Ok, provide feedback and close if the issue is solved. |
It did not solve my issue. |
What else do you need beyond modifying the QoS of your entities? |
Well, when you change the code to apply the required QoS, then, provide feedback and close if the issue is solved. |
I am a new user of dds. when I run example PublishHelloWorld->SubscribeHelloWorld or CustomTransports->SubscribeHelloWorld.
The first topic is lost almost every time. I want to know WHY? and how to fix this. Thanks.
The text was updated successfully, but these errors were encountered: