Skip to content

Commit

Permalink
comment removed (#32261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored and pull[bot] committed Feb 28, 2024
1 parent 5525e8a commit 2131052
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/CommandSender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,7 @@ void CommandSender::OnResponseTimeout(Messaging::ExchangeContext * apExchangeCon
ChipLogProgress(DataManagement, "Time out! failed to receive invoke command response from Exchange: " ChipLogFormatExchange,
ChipLogValueExchange(apExchangeContext));

// TODO(#30453) When timeout occurs for batch commands what should be done? Should all individual
// commands have a path specific error of timeout, or do we give or NoCommandResponse.
OnErrorCallback(CHIP_ERROR_TIMEOUT);

Close();
}

Expand Down

0 comments on commit 2131052

Please sign in to comment.