I just have an application which is going to publish very long text using the StringDataWriter class. How can I get rid of the serializable error using only QoS (if possible), without me having to chunk the text before publishing.
I'm totally new to DDS
Thank you