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 e662845 commit d627084Copy full SHA for d627084
src/cpp/rtps/reader/StatefulReader.cpp
@@ -1242,7 +1242,8 @@ void StatefulReader::NotifyChanges(
1242
do
1243
{
1244
next_seq = prox->next_cache_change_to_be_notified();
1245
- } while (next_seq != c_SequenceNumber_Unknown && next_seq <= aux_ch->sequenceNumber);
+ }
1246
+ while (next_seq != c_SequenceNumber_Unknown && next_seq <= aux_ch->sequenceNumber);
1247
}
1248
// Ensure correct state of proxy when max_seq is not present in history
1249
while (c_SequenceNumber_Unknown != prox->next_cache_change_to_be_notified())
0 commit comments