Replies: 1 comment 1 reply
-
This most probably means you are not removing the publisher in an ordered manner (i.e. you are not calling delete_datawriter / delete_participant). Most probably, you are just killing the process. If that is the case, the only way for the other process to know the participant is gone, is with the participant's lease duration, which is by default 20 seconds. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Fast DDS 2.9.1.
After the initial pub/sub match, when the publisher is removed, the subscriber get the unmatched notification after like 20 seconds. Also, the participant left notification is also lagging 20 seconds. These two notifications show up at the same time.
I am wondering if I can make it quicker or instantaneous? Can anyone point me to the right direction where I should start digging?
Beta Was this translation helpful? Give feedback.
All reactions