You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present the Cyclone DDS Python binding defaults to using 0 as the default domain when creating domain participants. Further, no option is present in the binding to allow users to automatically create domain participants on the default domain as determined by the core Cyclone DDS implementation and the configuration files.
It would be useful for the Python binding to provide a mechanism which allows users to create domain participants on the default domain as determined by the Cyclone DDS XML configuration file specified through the CYCLONEDDS_URI environment variable.
The text was updated successfully, but these errors were encountered:
gmartin82
added a commit
to gmartin82/cyclonedds-python
that referenced
this issue
Mar 17, 2023
…rticipants on the default domain (as determined by the Cyclone DDS configuration) if domain id is not specified. Updated examples and tooling to use the default domain by default.
gmartin82
added a commit
to gmartin82/cyclonedds-python
that referenced
this issue
Mar 18, 2023
…default domain (#188)
* #187 Modified implementation to construct domain participants on the default domain (as determined by the Cyclone DDS configuration) if domain id is not specified. Updated examples and tooling to use the default domain by default.
* #187 Restoring original timeout value.
* #187 Corrected type hinting in DomainParticipant constructor.
At present the Cyclone DDS Python binding defaults to using 0 as the default domain when creating domain participants. Further, no option is present in the binding to allow users to automatically create domain participants on the default domain as determined by the core Cyclone DDS implementation and the configuration files.
It would be useful for the Python binding to provide a mechanism which allows users to create domain participants on the default domain as determined by the Cyclone DDS XML configuration file specified through the CYCLONEDDS_URI environment variable.
The text was updated successfully, but these errors were encountered: