Skip to content

Commit

Permalink
Update src/app/ReadClient.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
2 people authored and erjiaqing committed Jan 12, 2024
1 parent bb48b38 commit 2331288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ReadClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ void ReadClient::OnActiveModeNotification()
VerifyOrReturn(IsInactiveICDSubscription());

MoveToState(ClientState::Idle);
// When we reach here, the subscription definitely exceeds the liveness timeout. Just continue the unfinished resubscription
// When we reach here, the subscription definitely exceeded the liveness timeout. Just continue the unfinished resubscription
// logic in `OnLivenessTimeoutCallback`.
TriggerResubscriptionForLivenessTimeout(CHIP_ERROR_TIMEOUT);
}
Expand Down

0 comments on commit 2331288

Please sign in to comment.