From f700ac9b5914aa9c2f09fc0a1b3a7db974ad0604 Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Wed, 12 Jan 2022 21:18:40 -0800 Subject: [PATCH] refresh subscription liveness after processing subscribe response (#13519) --- src/app/ReadClient.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/ReadClient.cpp b/src/app/ReadClient.cpp index e46654b6a77359..28804b209a3b48 100644 --- a/src/app/ReadClient.cpp +++ b/src/app/ReadClient.cpp @@ -640,6 +640,8 @@ CHIP_ERROR ReadClient::ProcessSubscribeResponse(System::PacketBufferHandle && aP MoveToState(ClientState::SubscriptionActive); + RefreshLivenessCheckTimer(); + return CHIP_NO_ERROR; }