There was an error while loading. Please reload this page.
1 parent 96031a2 commit 3ca5c9dCopy full SHA for 3ca5c9d
1 file changed
Framework/Core/src/ExternalFairMQDeviceProxy.cxx
@@ -502,6 +502,7 @@ DataProcessorSpec specifyExternalFairMQDeviceProxy(char const* name,
502
for (auto& info : deviceState->inputChannelInfos) {
503
info.state = InputChannelState::Completed;
504
}
505
+ numberOfEoS = 0;
506
control->endOfStream();
507
508
};
0 commit comments