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 and pull[bot] committed Nov 8, 2023
1 parent 057b275 commit 2390977
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 2390977

Please sign in to comment.