Do you have an example of how to setup an event loop in python with the DDS Python Connector?
I only see input.wait() and connector.wait() on https://community.rti.com/static/documentation/connector/current/api/python/input.html but both appear to be blocking. How do I set up a way to register a call back when new messages are recieved?