Skip to content

Commit 0c2745d

Browse files
Use has_more_replies field when sending output feed values (#488)
Signed-off-by: Miguel Company <[email protected]>
1 parent 4aed1b6 commit 0c2745d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/eprosima/fastdds/idl/templates/ServerSource.stg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ struct $op.name$_result_writer :
768768
: info_(info)
769769
, replier_(replier)
770770
{
771+
info_.has_more_replies = true;
771772
reply_.$op.name$ = $op.resultTypeCode.scopedname${};
772773
reply_.$op.name$->result = $op.outTypeCode.scopedname${};
773774
}

0 commit comments

Comments
 (0)