SivaAkiro
SivaAkiro
can i take this feature? Please provide some information regarding this.
Thanks, can I get some.information about this ticket.
Thanks, can I get some.information about this ticket.
For QoS 1 every message, we need to check the whether this message should be auto ack or not. Default, all the messages will get auto-ack, if not user has...
Fixed the review comments, can you please review?
Nothing is changed, wrongly clicked on the refresh button.
Hi @vietj i would like to contribute. Let me know what is the process.
MqttClientImpl Class. @Override public Future unsubscribe(List topics) { MqttFixedHeader fixedHeader = new MqttFixedHeader( MqttMessageType.UNSUBSCRIBE, false, AT_LEAST_ONCE, false, 0); MqttMessageIdVariableHeader variableHeader = new MqttMessageIdAndPropertiesVariableHeader( nextMessageId(), MqttProperties.NO_PROPERTIES); MqttUnsubscribePayload payload = new MqttUnsubscribePayload(topics);...