-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement hang protection in esp_mqtt_client_destroy #577
Comments
Can we close this? Or what to do? No need to implement any time soon? @TheSomeMan |
esp_mqtt_client_destroy can take more than 5 seconds which can cause the task watchdog triggering. To fix this, a simple workaround was applied - the task watchdog is disabled during esp_mqtt_client_destroy. |
@TheSomeMan is this task still valid, should we discard this task? |
Yes, it is still valid. |
Need to check what happened if mqtt task is freezed. |
Related task: #569
The text was updated successfully, but these errors were encountered: