mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 10:06:03 +00:00
Use real TCP sockets instead of AF_UNIX socketpair so TCP_NODELAY succeeds during init() and the benchmark exercises the full write path. Replace hardcoded message type 38 with SensorStateResponse::MESSAGE_TYPE.