Skip to content

Commit d936088

Browse files
ktfdavidrohr
authored andcommitted
DPL: add injected CCDB messages in finaliseOutputs
This is needed to avoid a race condition where outputs are sent after the end of stream.
1 parent a6fdf04 commit d936088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/CommonServices.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ o2::framework::ServiceSpec CommonServices::ccdbSupportSpec()
399399
return ServiceHandle{.hash = TypeIdHelpers::uniqueId<CCDBSupport>(), .instance = nullptr, .kind = ServiceKind::Serial};
400400
},
401401
.configure = noConfiguration(),
402-
.postProcessing = [](ProcessingContext& pc, void* service) {
402+
.finaliseOutputs = [](ProcessingContext& pc, void* service) {
403403
if (!service) {
404404
return;
405405
}

0 commit comments

Comments
 (0)