Please fill out the form below before submitting, thank you!
[ ] Bug exists Release Version 1.2.5 ( Master Branch)
[ ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.6-SNAPSHOT (Develop Branch)
[X] Bug exists in MQTTv5 Client on Snapshot Version 1.2.6-SNAPSHOT (Develop Branch)
The javadoc of the method validateRetainHandling seems a copy of the method validateQos.
I'm trying to find what the values for MqttSubscription.retainHandling means.
My goal is not to process retained messages on subscription. Since retainHandling defaults to 0 I'm guessing 0 means to handle the retained message. What does 1 and 2 means?
Please fill out the form below before submitting, thank you!
The javadoc of the method validateRetainHandling seems a copy of the method validateQos.
I'm trying to find what the values for MqttSubscription.retainHandling means.
My goal is not to process retained messages on subscription. Since retainHandling defaults to 0 I'm guessing 0 means to handle the retained message. What does 1 and 2 means?