-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Send Large Strings of Size 4096 bytes [14846] #2740
Comments
Hi @paulbkeelp Could you please provide some more information about the steps you are taking? How can your use issue be reproduced? Fast DDS is a complex library with a lot of settings. Fast DDS CI includes tests checking the sending of large data messages so it is probable that it is something related to your Fast DDS setup. Some basic information that would be helpful will be:
Thanks in advance! |
Dear @JLBuenoLopez-eProsima Thank you for your message. Please find the requested info Sample Source code for the properties :
What We are writing : |
Hi @paulbkeelp, Probably your issue is a duplicate of #2330. There you have the answer: you should modify the memory management policy to If this solves your issue be so kind to close it. Thanks! |
@JLBuenoLopez-eProsima Thanks for the speedy response. I wil have a look and test with the change. I will get back to you after my testing. I will now close this for now. Many Thanks |
Is there an already existing issue for this?
Expected behavior
Expected to Send Large Strings
Current behavior
Unable to Send Large Strings of Size 4096 bytes
We need to send Large Strings(json format) from publisher to susbcriber before converting in to Json at subscriber end. we are unable to send this much size of data.
Steps to reproduce
Send any Large size of strings
Fast DDS version/commit
Latest
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
The text was updated successfully, but these errors were encountered: