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
Replace use of LinkedList<T> with std::list for shared websocket buffers
Based on commit bd4631b of dumbfixes
branch of 0xFEEDC0DE64 fork of ESPAsyncWebServer.
Step one of removal of homebrewed LinkedList in favor of standard C++
containers. Incidentally, this also fixes an analog of bug me-no-dev#837 where
removal of elements while iterating would invalidate the iterator and
lead to memory corruption.
0 commit comments