Skip to content

Commit

Permalink
refresh subscription liveness after processing subscribe response (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored Jan 13, 2022
1 parent 8e43cab commit f700ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/ReadClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ CHIP_ERROR ReadClient::ProcessSubscribeResponse(System::PacketBufferHandle && aP

MoveToState(ClientState::SubscriptionActive);

RefreshLivenessCheckTimer();

return CHIP_NO_ERROR;
}

Expand Down

0 comments on commit f700ac9

Please sign in to comment.