Replies: 2 comments 4 replies
-
Hello @wcneill, Thank you very much for providing the details. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Mario was able to solve the problem. I was using the wrong type support, which was masked by the fact that part of the payload was coming through despite the incorrect type support. Thank you Mario! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a message that is successfully being written by a DataWriter. That message is represented in the below IDL:
On inspection of the outgoing message just before the
DataWriter->write()
call, the message contains the expectedjson_config
payload. That payload is the very short and sweet text below:My DataReaderListener detects the incoming message, but the
json_config
field of the incoming message is only this:{"Sy
The code that sends the message out is this:
The
DataReaderListener
that is receiving and processing the incoming message is below:I have tried removing all whitespace and newline characters from the JSON file, but that did nothing.
Why is my data successfully being sent, but truncated on the receiving side?
Beta Was this translation helpful? Give feedback.
All reactions