lizhanhui / moquette-mqtt

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

Missed removal of QoS 1 already notified messages #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. subscribe a client with cleanSession=false to topic /topic
2. disconnect the client
3. publish a message on /topic
4. reconnect the listener client and check that receive the notification
5. disconnect and re-connect the client to see that receive the same 
notification

On the second reconnection the subscriber client shouldn't be notified about 
message it has already been notified.

Original issue reported on code.google.com by selva.an...@gmail.com on 27 Nov 2013 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by selva.an...@gmail.com on 27 Nov 2013 at 11:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 072c4fef86b1.

Original comment by selva.an...@gmail.com on 27 Nov 2013 at 5:49