Hello,
I have found three major issues for Cyclone till now.
1. Domain Id is restricted only to DDS_DOMAIN_DEFAULT. Different domain Ids (1~230) cannot be passed in which is different from the API description.
2. Get Instance handle is not supported for publisher, subscriber and topic.
3. StatusCondition seems not supported by Cyclone right now. So how can I wait for a certain status to be triggered using WaitSet?
Thanks!