I want to subscribe to 3 topics. I wrote the following code according to the examples/listtopics/listtopics.c in cyclonedds-0.10.5. However, when I publish with another process, I can see that there are messages sent out with cyclonedds ls, but it seems that the waitset is not triggered. How should I modify the following code? Thank you.
I want to subscribe to 3 topics. I wrote the following code according to the
examples/listtopics/listtopics.c
incyclonedds-0.10.5
. However, when I publish with another process, I can see that there are messages sent out withcyclonedds ls
, but it seems that the waitset is not triggered. How should I modify the following code? Thank you.