Detecting a full queue from a publisher object #2032
Answered
by
elBoberido
forestf255
asked this question in
Q&A
-
Does Iceoryx support either returning an error to the publisher or otherwise detecting when a subscribers queue is full? Neither the QoS policies documentation nor the BasePublisher API indicate this is possible, but wanted to make sure I am not missing anything. It seems like detecting overwritten/lost data is only visible from the subscriber |
Beta Was this translation helpful? Give feedback.
Answered by
elBoberido
Sep 22, 2023
Replies: 1 comment 1 reply
-
@forestf255 there is no API for that. The problem is that a publisher can have multiple subscriber and not all of the queues might be in the same state |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
forestf255
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@forestf255 there is no API for that. The problem is that a publisher can have multiple subscriber and not all of the queues might be in the same state