Skip to content

Commit 3ca5c9d

Browse files
committed
DPL: reset the number of end of stream received before quitting
1 parent 96031a2 commit 3ca5c9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/Core/src/ExternalFairMQDeviceProxy.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ DataProcessorSpec specifyExternalFairMQDeviceProxy(char const* name,
502502
for (auto& info : deviceState->inputChannelInfos) {
503503
info.state = InputChannelState::Completed;
504504
}
505+
numberOfEoS = 0;
505506
control->endOfStream();
506507
}
507508
};

0 commit comments

Comments
 (0)