Hi, I'm using Connext 5.3.1. I get the following runtime error. What could be the issue?
DDS_Topic_createI:!create presentation topic
terminate called after throwing an instance of 'dds::core::Error'
what(): Failed to create Topic
My code is like this
code
dds::domain::DomainParticipant existing_participant = dds::domain::find(DDS_DOMAIN_ID);