There was an error while loading. Please reload this page.
1 parent 2f5cfcc commit a1bb060Copy full SHA for a1bb060
1 file changed
Framework/Core/src/DataProcessingDevice.cxx
@@ -540,6 +540,7 @@ void DataProcessingDevice::fillContext(DataProcessorContext& context, DeviceCont
540
context.errorHandling = &mErrorHandling;
541
/// We must make sure there is no optional
542
/// if we want to optimize the forwarding
543
+ context.canForwardEarly = false;
544
for (auto& input : mSpec.inputs) {
545
if (strncmp(DataSpecUtils::asConcreteOrigin(input.matcher).str, "AOD", 3) == 0) {
546
context.canForwardEarly = false;
0 commit comments