You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The remote logger uses a logging function that calls homie_publish(). If the logger is invoked from a task with a small stack memory, it can easily exhaust it and crash.
It would be better if the logger passed the message over a queue, and the publishing was done centrally.
The text was updated successfully, but these errors were encountered:
The remote logger uses a logging function that calls
homie_publish()
. If the logger is invoked from a task with a small stack memory, it can easily exhaust it and crash.It would be better if the logger passed the message over a queue, and the publishing was done centrally.
The text was updated successfully, but these errors were encountered: