Skip to content

Commit 9caa6cf

Browse files
committed
comment about FMQ non-blocking
1 parent 6c1a538 commit 9caa6cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConsumerFMQchannel.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,7 @@ int ConsumerFMQchannel::DDformatMessage(DataSetReference &bc, DDMessage &ddm) {
10981098

10991099
int ConsumerFMQchannel::DDsendMessage(DDMessage &ddm) {
11001100
// send the messages
1101+
// TODO: use a timeout to avoid non-blocking ???
11011102
if (sendingChannel->Send(ddm.messagesToSend) >= 0) {
11021103
gReadoutStats.counters.bytesFairMQ += ddm.subTimeframeTotalSize;
11031104
gReadoutStats.counters.timeframeIdFairMQ = ddm.stfHeader->timeframeId;

0 commit comments

Comments
 (0)