eProsima / Fast-DDS-monitor

eProsima Fast DDS Monitor is a graphical desktop application aimed at monitoring DDS environments deployed using the eProsima Fast DDS library. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
GNU General Public License v3.0
42 stars 11 forks source link

Issue with fastddsmonitor and Data Loss in Multi-Topic Communication Framework #229

Open Jackie2chen opened 3 months ago

Jackie2chen commented 3 months ago

When using fastddsmonitor in a communication framework with around a dozen topics, I encounter frame loss issues with fastddslatency. After inspecting the backend code, it appears that multiple nodes sending fastddslatency data are causing data loss.

Could you please advise on the correct way to use fastddsmonitor in a multi-topic communication framework? What are the best practices to avoid data loss in this scenario?

Thank you!