mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 10:36:01 +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.