Skip to content

Commit 97ae563

Browse files
committed
Revert "DPL: fix issue with 100% CPU usage when output proxy is idling"
This reverts commit a686cf4.
1 parent 97e484f commit 97ae563

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Framework/Core/src/DataProcessingDevice.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,6 @@ void DataProcessingDevice::initPollers()
457457
LOGP(debug, "{} is to send data. Not polling.", channelName);
458458
continue;
459459
}
460-
461-
if (channelName.rfind("from_") != 0) {
462-
LOGP(info, "{} is not a DPL socket. Not polling.", channelName);
463-
continue;
464-
}
465-
466460
// We assume there is always a ZeroMQ socket behind.
467461
int zmq_fd = 0;
468462
size_t zmq_fd_len = sizeof(zmq_fd);

0 commit comments

Comments
 (0)