Replies: 1 comment
-
Hi @trittsv, thanks for using Fast DDS. This property Also, I am moving this issue to the Support forum according to the Fast DDS CONTRIBUTING guidelines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an already existing issue for this?
Expected behavior
Property(key="__ProcessName", value="DDSHelloWorldExample")
Current behavior
DcpsParticipant(
key=UUID('010fe616-201f-c1bd-0000-0000000001c1'),
qos=Qos(
Policy.EntityName(name='Participant_pub'),
Policy.Liveliness.Automatic(lease_duration=20000000000),
Property(key="PARTICIPANT_TYPE", value="SIMPLE"),
Property(key="__NetworkAddresses", value="udp/192.168.0.44:7410@7"),
Property(key="fastdds.physical_data.host", value="trittsv-desktop:6303166390786064384"),
Property(key="fastdds.physical_data.process", value="7968"),
Property(key="fastdds.physical_data.user", value="sven")
)
)
Steps to reproduce
Run Hello World App.
Fast DDS version/commit
2.14.3
Platform/Architecture
Windows 10 Visual Studio 2019
Transport layer
UDPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions