fusesource / mqtt-client

A Java MQTT Client
http://mqtt-client.fusesource.org/
Apache License 2.0
1.27k stars 369 forks source link

Received duplicate message “ExtendedListener” ,but “Listener” is right #124

Closed smallverse closed 2 years ago

smallverse commented 4 years ago

pub & sub qos=2,implement the method shown in the figure, cannot manually ack, received duplicate message: image image

pub & sub qos=2,implement the method shown in the figure, manual ack,result is right: image image