rticommunity / connextdds-py

Connext DDS Python API
Other
26 stars 12 forks source link

Fixed/improved endpoint polling on the DomainParticipant #29

Closed marc-chiesa closed 3 years ago

marc-chiesa commented 3 years ago

Endpoint polling did not work correctly in the previous implementation and was missing methods for getting endpoints without InstanceHandles. This PR adds those methods and fixes the existing methods.