Replies: 3 comments
-
And start several sub end and a pub end, pub sent 10000, a sub end can receive 9000, and some sub can only receive 100. |
Beta Was this translation helpful? Give feedback.
-
Hi @zhuyu1932 Besides, I think that the title is unrelated with the issue. In I am feeling free to move this thread to a discussion until it is proved that, in fact, it is an issue. |
Beta Was this translation helpful? Give feedback.
-
I could be wrong, but maybe this helps: |
Beta Was this translation helpful? Give feedback.
-
Is there an already existing issue for this?
Expected behavior
create_participant(0, pqos) can create 100 domain participants
Current behavior
Using the helloworld example, with domain 0, you can only create 3-5 domain participants, and with domain 1, you can break through 5. If create_participant(0, pqos) is changed to create_participant(1,pqos), the number of domain participants can exceed five.
Steps to reproduce
helloworld
Fast DDS version/commit
2.13.1
Platform/Architecture
Windows 10 Visual Studio 2019
Transport layer
Default configuration, UDPv4 & SHM
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