You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fastdds version:3.4.0
I use the cpp example hello_world,I added a data to the idl. @extensibility(APPENDABLE) struct HelloWorld { unsigned long index; string message; octet data[602112]; };
When run the example, there is always some data loss in the begin.
publisher:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
fastdds version:3.4.0

I use the cpp example hello_world,I added a data to the idl.
@extensibility(APPENDABLE) struct HelloWorld { unsigned long index; string message; octet data[602112]; };When run the example, there is always some data loss in the begin.
publisher:
subscriber:

I run publisher and subscriber in the same host.
Beta Was this translation helpful? Give feedback.
All reactions