tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
604 stars 188 forks source link

net/mqtt: add support for retained messsages #432

Closed mek-x closed 2 years ago

mek-x commented 2 years ago

This PR adds support for retained MQTT messages, since apparently it was missing.

deadprogram commented 2 years ago

Thank you for the addition @mek-x now merging.

mek-x commented 2 years ago

Thanks @deadprogram! By the way, great project, keep up the good work.