We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2ecc4 commit 07676dbCopy full SHA for 07676db
src/app/ReadClient.cpp
@@ -493,14 +493,7 @@ void ReadClient::OnActiveModeNotification()
493
return;
494
}
495
496
- if (mIsResubscriptionScheduled)
497
- {
498
- // If a subscription fails and resubscription is scheduled, a check-in message should cancel
499
- // the pending resubscription and initiate a new subscription immediately."
500
- mNumRetries = 0;
501
- CancelResubscribeTimer();
502
- TriggerResubscriptionForLivenessTimeout(CHIP_ERROR_TIMEOUT);
503
- }
+ TriggerResubscribeIfScheduled("Scheduled Resubscription happens immediately because check-in comes");
504
505
506
0 commit comments