Files
espurna/code
Maxim Prokhorov 7efb72c86e webui(ws): refactored payload storage
- 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
2025-04-03 02:24:39 +03:00
..
2022-05-05 17:50:21 +03:00
2025-03-07 15:08:03 +03:00
2024-06-25 17:53:50 +03:00
2022-09-23 06:09:58 +03:00
2025-01-13 19:18:09 +03:00