mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
The handlers for these MQTT message lock the connection mutex on function entry. During automated testing of asymcute, I discovered return paths for these function which do not unlock the connection mutex. This results in a deadlock which prevents asymcute from sending any further messages.