mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
cac82280b3
Remove the 48 on_xxx overrides and 48 pure virtual methods from the generated APIServerConnection class. APIConnection now overrides on_xxx() directly from APIServerConnectionBase, eliminating one virtual call per message dispatch and ~96 vtable entries.