History if already connected #1802
Replies: 1 comment 3 replies
-
@jasperdekeuk First thing I think the example here explains some of those questions: https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/iceoptions Now to your question. As far as I understand it, the publisher sends always 2 samples in a given time frame and the subscribers acquires only one. This should not lead to All the samples stored in the internal queue of the subscriber are always available for the subscriber. Lets say you have a subscriber I hope this clarifies it a bit. Now to the Did this answer your question a bit? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is the historyCapacity and historyRequest only relevant for the startup of the client, or can this also be used when already connected?
If we would have
the subscriber will have "NO_CHUNK_AVAILABLE" every 2 cycles.
Would it be possible at that point to call for the previous chunk?
The subscriber should do a cycle every 5ms, making use of the latest data. If no new data has been published, the previous data should be used.
I'm guessing this is more an application for the client/server mechanism, but the history settings made me wonder for such an implementation :)
Beta Was this translation helpful? Give feedback.
All reactions