We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e456d commit d3c3265Copy full SHA for d3c3265
rmw_connextdds_common/src/common/rmw_type_support.cpp
@@ -683,7 +683,7 @@ void RMW_Connext_MessageTypeSupport::type_info(
683
684
unbounded = !full_bounded;
685
686
- if (unbounded && serialized_size_max == 0) {
+ if (full_bounded && serialized_size_max == 0) {
687
/* Empty message */
688
empty = true;
689
serialized_size_max = 1;
0 commit comments