Optimized memory usage by moving all strings to PROGMEM, saving 1.5-2KB of RAM Removed limit of 8 messages per AsyncWebSocket and replaced it with a size limit for the entire queue or free heap. See AsyncWebSocket.h ESPAsyncWebServer For help and support Async HTTP and WebSocket Server fo...