Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit c81b23f

Browse files
committed
Handle ending sub while in resubscribe holdoff
1 parent 866a30f commit c81b23f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/profiles/data-management/Current/SubscriptionClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,7 @@ WEAVE_ERROR SubscriptionClient::EndSubscription()
832832
switch (mCurrentState)
833833
{
834834
case kState_Subscribing:
835+
case kState_Resubscribe_Holdoff:
835836
// fall through
836837
case kState_Subscribing_IdAssigned:
837838

0 commit comments

Comments
 (0)