We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb8928 commit 4a81ea7Copy full SHA for 4a81ea7
src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
@@ -1072,6 +1072,7 @@ - (void)_triggerResubscribeWithReason:(NSString *)reason nodeLikelyReachable:(BO
1072
// 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
+ std::lock_guard lock(_lock);
1076
[self _reattemptSubscriptionNowIfNeededWithReason:reason];
1077
}
1078
0 commit comments