master
Fix samples
Prepare move to https://github.com/ESP32Async/ESPAsyncWebServer
Fix 162: closing websocket from ESP32 with Safari crashes the ESP32. This happens when Safari sends a WS frame with masked bit set and length 2.
Update example
rework SSE handling
Breaking: Renamed Middleware classes to not conflict with Arduino Core 3.1.1 which now has Middleware support
Fix CI