Skip to content

Conversation

kyberias
Copy link

@kyberias kyberias commented Aug 6, 2025

This patch moves the AsyncWebSocketControl to the header of AsyncWebSocket so that std::deque can have access to its size. This is needed when the code is compiled with STL implementations that require the type to be complete (as per C++ standard). GCC STL seems to allow forward declarations to be used.

@mathieucarbou mathieucarbou self-requested a review August 6, 2025 20:10
@mathieucarbou mathieucarbou merged commit d2bb405 into ESP32Async:main Aug 7, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants