Skip to content

Commit 010ca38

Browse files
committed
disable force set lastTFMessage
1 parent be3c029 commit 010ca38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ConsumerFMQchannel.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,8 @@ class ConsumerFMQchannel : public Consumer
707707
if ((!isError)||(!dropEntireTFonError)) {
708708
// ensure end-of-timeframe flag is set for last message
709709
if (msglist->size()) {
710-
msglist->back().stfHeader->lastTFMessage = 1;
710+
// TODO: add a warning + option to force set bit
711+
//msglist->back().stfHeader->lastTFMessage = 1;
711712
}
712713
if (wThreads[thIx].output->push(std::move(msglist))) {
713714
isError = 1;

0 commit comments

Comments
 (0)