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
Compare task handles instead of opaque undocumented symbols
Based on commit 9b98550 of dumbfixes
branch of 0xFEEDC0DE64 fork of ESPAsyncWebServer.
The AsyncWebLock class tries to prevent self-deadlock by comparing the
current task with the task currently holding the lock (if any). Use
documented task handle values and APIs instead of grabbing undocumented
external symbols for this.
0 commit comments