--
To learn more about MQTT please visit http://mqtt.org
---
You received this message because you are subscribed to the Google Groups "MQTT" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mqtt+unsubscribe@googlegroups.com.
To post to this group, send email to mq...@googlegroups.com.
Visit this group at https://groups.google.com/group/mqtt.
For more options, visit https://groups.google.com/d/optout.
Actually am not here to ask for a complete fix but the thing am asking here is related to mqtt implementation and the group states that i can post questions related to mqqt protool and its implementation not solely on mqtt protocol itself.What i am asking is just bring out my flaw in my implementation not a complete fix
--
To learn more about MQTT please visit http://mqtt.org
---
You received this message because you are subscribed to the Google Groups "MQTT" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mqtt+uns...@googlegroups.com.
The broker must never send a connect packet to clients.
Can't tell you why your code is doing that... you'll have to debug that yourself.
Nick
by tracing the packets on wireshark i found out that the after the server sends CONNACK to client ,after that moment the server again sends a CONNECT packet to the client but no where in the code have i send it from server ,
--