Comment 0 for bug 890724

Revision history for this message
David Huang (bolixie) wrote :

I'm using sever version 0.13 and wmqtt.jar library. Below is the re-produce steps:
1) client connect to server and subscribe one topic using clean_state=false and Qos=1
2) Make the client lost the connection.
3) publish some messages to the topic in the step 1).
4) Reconnect client to the server with the same subscribe in step 1)
5) Client should receive the messages in the step 3) immediately after the connection. In fact server will not send the missed messages to the re-connected client except publishing a new message on this topic.