1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.62k stars 797 forks source link

[SYS] Add Mutex to potect mqtt->publish() from concurrent… #2034

Closed puterboy closed 2 months ago

puterboy commented 3 months ago

Description:

Protecting mqtt->publish() fixed the problem with corruption of MQTT discovery config messages (#2012)

Checklist:

1technophile commented 2 months ago

Thanks