mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 08:24:27 +01:00
- introduce plain constructors for storage container
pack std::func, vector pointer or vector itself in one union
streamline main entry to accept just Storage{} instead of vector plus
iterator stored currently
- allow postponed callback to set json buffer size
set up small buffers for logging, no need to spawn 3KiB for one entry
drop the last wsSend usage in onConnected in favour of a callback
- revert 'manual' for all and sequence implementation in favour
of just one - for a single std::func callback