mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-25 08:32:18 +01:00
implement AsyncEventSourceMessage using shared std::string container one message instance could be shared for multiple connected clients add zero-copy overloads for message queue in AsyncEventSourceClient message queue for the client consists of possibly shared instances of AsyncEventSourceMessage, adding a message to the queue won't create deep-copy object AsyncEventSource will create a single instance of data message and populate connected clients queues with a shared pointer