Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRAsyncCallbackWorkQueue.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
jtung-apple and bzbarsky-apple authored Jun 2, 2023
1 parent 3263d46 commit b803b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRAsyncCallbackWorkQueue.mm
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ - (void)_callNextReadyWorkItem
BOOL fullyMerged = NO;
workItem.batchingHandler(workItem.batchableData, nextWorkItem.batchableData, &fullyMerged);
if (!fullyMerged) {
// if some parts of the next item is
// We can't remove the next work item, so we can't merge anything else into this one.
break;
}

Expand Down

0 comments on commit b803b39

Please sign in to comment.