We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9186e08 commit 14a0c6fCopy full SHA for 14a0c6f
src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
@@ -1069,7 +1069,8 @@ - (void)_triggerResubscribeWithReason:(NSString *)reason nodeLikelyReachable:(BO
1069
} errorHandler:nil /* not much we can do */];
1070
}
1071
1072
- // Reattempt subscription after the above ReleaseSession call to avoid churn
+ // The subscription reattempt here eventually asyncs onto the matter queue for session,
1073
+ // and should be called after the above ReleaseSession call, to avoid churn.
1074
if (shouldReattemptSubscription) {
1075
[self _reattemptSubscriptionNowIfNeededWithReason:reason];
1076
0 commit comments