Replies: 1 comment 1 reply
-
Hi @suneeshs, The behavior you are describing is the expected one. Calling I hope this information helps you understand better how DDS works. Finally, since Fast DDS v2.0.0 a new compliant API with DDS specification has been released. This is the currently supported API and the old FastRTPS API you are using is going to be deprecated soon and is no longer receiving support. So I suggest you update to the new supported API if possible. |
Beta Was this translation helpful? Give feedback.
-
Consider participantA and participantB both created with leaseDuration = 10s. They have discovered each other and the writers and readers in each are working as expected.
Assume the following call is executed at time = 2s: Domain::removeParticipant(participantA)
Is there something to be done before Domain::removeParticipant(participantA) to inform participantB of the removal so that participantA can be recreated without a "wait until lease expires" time out period?
Beta Was this translation helpful? Give feedback.
All reactions