1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/asymcute
Sören Tempel 4dcb8edcc8 asymcute: Fix deadlocks in REGACK, SUBACK and UNSUBACK handler
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.
2022-07-01 00:55:07 +02:00
..
asymcute.c asymcute: Fix deadlocks in REGACK, SUBACK and UNSUBACK handler 2022-07-01 00:55:07 +02:00
Kconfig net/asymcute : Move 'ASYMCUTE_BUFSIZE' to 'CONFIG_' 2020-11-19 23:11:21 +01:00
Makefile