Activity log for bug #890724

Date Who What changed Old value New value Message
2011-11-15 15:10:06 David Huang bug added bug
2011-11-15 15:18:57 David Huang description 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. 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 until the server side disconnecting by timeout. 3) publish some messages to the topic in the step 1). 4) Re-connect the 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.
2011-11-16 08:05:26 Roger Light mosquitto: status New Confirmed
2011-11-16 08:05:26 Roger Light mosquitto: milestone 0.14
2011-11-16 09:07:37 Roger Light mosquitto: status Confirmed Fix Committed
2011-11-21 23:08:20 Roger Light mosquitto: status Fix Committed Fix Released