Open
Description
Arduino websocket can configure at Websockets.h #define WEBSOCKETS_NETWORK_TYPE = NETWORK_ESP8266_ASYNC
However ESPAsyncTCP support only ESP8266 not ESP32. When I have long duration function like recording fast sensors into SD card (using SdFat), websocket server event is not responsive to use commands for the Stop recording.
Any advice would be appreciated.