Skip to content

Commit

Permalink
check for sink value
Browse files Browse the repository at this point in the history
  • Loading branch information
MRiganSUSX committed Dec 12, 2024
1 parent 3cbbc8e commit e8ab642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TPRequestHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ TPRequestHandler::start(const nlohmann::json& args) {

void
TPRequestHandler::periodic_data_transmission() {

if (m_tpset_sink == nullptr) return;

dunedaq::dfmessages::DataRequest dr;

{
Expand Down

0 comments on commit e8ab642

Please sign in to comment.