adsetiawan / moquette-mqtt

Automatically exported from code.google.com/p/moquette-mqtt
Apache License 2.0
0 stars 0 forks source link

Implement QoS 1 handling for mesages that need ack #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The messages of type SUBSCRIBE, UNSUBSCRIBE need the ACK, these type of 
messages are always sent with QoS 1 that  at the moment is not implemented, nor 
the handling of DUP flag.

Original issue reported on code.google.com by selva.an...@gmail.com on 18 Aug 2012 at 10:21

GoogleCodeExporter commented 8 years ago
Introduced an helper method in the Client to  handle these retries with the DUP 
 (prev commit)

Original comment by selva.an...@gmail.com on 24 Aug 2012 at 11:50