rticommunity / rticonnextdds-connector

RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Javascript (Node.js), Python, and Lua.
Other
56 stars 33 forks source link

DDS + Meteor: !precondition connector is null #31

Closed eranbot closed 8 years ago

eranbot commented 8 years ago

I'm Trying to use rticonnextdds-connector with Meteor. Plugging the example reader_event in to server code. I get this error on each operation I preform (read, take, wait):

RTIDDSConnector_wait:!precondition connector is null

any ideas what is wrong?

gianpiero commented 8 years ago

Hello @eranbot,

I think we emailed each other and the conclusion was that the path to the xml file was wrong when you create the connector.

Soon we will be committing some improvement: we will be throwing exception if the creation of the connector fails.

Stay tuned!