Skip to content

Commit

Permalink
In CONNACK set shared subscription available property to true
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Dec 24, 2023
1 parent 5343761 commit 27c2775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ private ConnAckPropertiesBuilder prepareConnAckPropertiesBuilder(boolean serverG
.retainAvailable(true)
.wildcardSubscriptionAvailable(true)
.subscriptionIdentifiersAvailable(false)
.sharedSubscriptionAvailable(false);
.sharedSubscriptionAvailable(true);
return builder;
}

Expand Down

0 comments on commit 27c2775

Please sign in to comment.