Imroy / pubsubclient

A client library for the ESP8266 that provides support for MQTT
MIT License
434 stars 115 forks source link

The last willmessage on server cann't be readed for callback function #45

Closed r666t closed 8 years ago

r666t commented 8 years ago

If the esp is connect to the mqtt server and we publish a message on "inChannel" (where we are subscribe us to receive messages), the callback function read the message and we can process it. But, when in server there is a willmessage and the ESP connect to "inChannel", the last willmessage is publish on channel but the ESP don't read this "willmessage". Anybody know how we can do for the ESP can read the last willmessage that exist on the channel????

Thanks a lot and Regards