mlesniew / PicoMQTT

ESP MQTT client and broker library
GNU Lesser General Public License v3.0
219 stars 25 forks source link

disconnected_callback #33

Closed mhaberler closed 2 months ago

mhaberler commented 2 months ago

https://github.com/mlesniew/PicoMQTT/blob/fd106140553f60c8a356992db112ec5ada25abf9/src/PicoMQTT/client.cpp#L284

this probably should be disconnected_callback();

mlesniew commented 2 months ago

Oh of course!

Are you able to fix it and submit a PR? If not, I can fix it in the evening.

mhaberler commented 2 months ago

Am 08.05.2024 um 08:07 schrieb Michał Leśniewski @.***>:

Oh of course! Are you able to fix it and submit a PR? If not, I can fix it in the evening.

will do

MagicSettings works nicely, creating an example

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

mlesniew commented 2 months ago

35 is now merged. Thank you!