arduino-libraries / ArduinoMqttClient

ArduinoMqttClient Library for Arduino
GNU Lesser General Public License v2.1
192 stars 75 forks source link

last will #40

Open gimmy2 opened 4 years ago

gimmy2 commented 4 years ago

I try to add a last will for more than one topic. I can't get it to work and there is no helping article on the internet.

reibuehl commented 3 years ago

Not sure if that is possible at all - as far as I know last will is not topic specific but client specific. The topic provided is just the location where the LWT message is published.

But did you get last will working at all with this library? It doesn't work at all for me.