Hi everybody,
my application uses the Persistence Service to store samples of several topics. At startup it has to wait until all stored samples are received.
My first approach was to use one sample as some kind of "end marker sample" in combination with BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.
If my application receives the "end marker sample" it knows that all samples have been received.