Replies: 1 comment 2 replies
-
Thanks for the report @263868161, This does not seem to be a bug in the library but some misconfiguration of the Quality of Services (QoS). Consequently, according with Fast DDS Contributing guidelines I am converting this issue in a Support discussion. I encourage you to read the QoS section in Fast DDS documentation. You might be interested specially on: You might also be interested on Topic instances. I hope this is helpful! |
Beta Was this translation helpful? Give feedback.
2 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
All messages have the same priority
Current behavior
The priority of messages is different, so some messages cannot be received in real time
Steps to reproduce
There are two nodes A and B. A sends two types of messages to B, namely a and b. The first type of message is sent in a cycle of 100ms, and the B message is only sent once. At the receiving end of B, it is found that the b message is not received in time, and a message received in real time
Fast DDS version/commit
FastDDS version 2.8.0
Platform/Architecture
Ubuntu Focal 20.04 amd64
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