We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae6ad6 commit 8ec0731Copy full SHA for 8ec0731
src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
@@ -3265,6 +3265,7 @@ - (void)_invokeCommandWithEndpointID:(NSNumber *)endpointID
3265
if ([now compare:cutoffTime] == NSOrderedDescending) {
3266
// Our timed invoke timeout has expired already. Command
3267
// was queued for too long. Do not send it out.
3268
+ MTR_LOG("Invoke work item [%llu] timed out its timed invoke timeout before being dispatched", workItemID);
3269
workDone(nil, [MTRError errorForIMStatusCode:Status::Timeout]);
3270
return;
3271
}
0 commit comments