espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

Fix deadlock between xEventGroupWaitBits and API lock semaphore (IDFGH-1610) #124

Closed thomas0bernard closed 5 years ago

thomas0bernard commented 5 years ago

Fixes issue #122

david-cermak commented 5 years ago

Cherrypicked as https://github.com/espressif/esp-mqtt/commit/cbae6343e9bd91670c4146ea76622306164b320b (squashed the commits plus referenced the issue), thanks for the contribution!