File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -337,10 +337,10 @@ void InteractionModelEngine::OnDone(ReadHandler & apReadObj)
337
337
#if CHIP_CONFIG_PERSIST_SUBSCRIPTIONS && CHIP_CONFIG_SUBSCRIPTION_TIMEOUT_RESUMPTION
338
338
if (!mSubscriptionResumptionScheduled && HasSubscriptionsToResume ())
339
339
{
340
- mSubscriptionResumptionScheduled = true ;
341
- auto timeTillNextResubscriptionSecs = ComputeTimeSecondsTillNextSubscriptionResumption ();
342
- mpExchangeMgr->GetSessionManager ()->SystemLayer ()->StartTimer (System::Clock::Seconds32 (timeTillNextResubscriptionSecs),
343
- ResumeSubscriptionsTimerCallback, this );
340
+ mSubscriptionResumptionScheduled = true ;
341
+ auto timeTillNextSubscriptionResumptionSecs = ComputeTimeSecondsTillNextSubscriptionResumption ();
342
+ mpExchangeMgr->GetSessionManager ()->SystemLayer ()->StartTimer (
343
+ System::Clock::Seconds32 (timeTillNextSubscriptionResumptionSecs), ResumeSubscriptionsTimerCallback, this );
344
344
mNumSubscriptionResumptionRetries ++;
345
345
}
346
346
#endif // CHIP_CONFIG_PERSIST_SUBSCRIPTIONS
You can’t perform that action at this time.
0 commit comments