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

Commit b6ac50a

Browse files
author
Jay Logue
authored
Merge pull request #57 from abroekhof/abroekhof/bug/end-sub-during-holdoff
In WDM SubscriptionClient, handle ending the subscription while in resubscribe holdoff.
2 parents 52a373b + c81b23f commit b6ac50a

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)