Open smurfix opened 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Well, the problem hasn't been fixed …
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Operating environment/Installation (Hass.io/Docker/pip/etc.):
Linux, Debian Bullseye, venv
ESP (ESP32/ESP8266, Board/Sonoff):
Sonoff S20
ESPHome version (latest production, beta, dev branch)
dev
Affected component:
https://www.home-assistant.io/docs/mqtt/
Description of problem: When I publish multiple MQTT messages, some are silently discarded.
Inserting a delay fixes the problem.
Problem-relevant YAML-configuration entries:
Of these four messages (fairly large ones, but then the ESP8266 has enough memory, 55% free) only two are transmitted.
Logs (if applicable):
No logs, mqtt debug doesn't report anything. Specifically it doesn't report discarding any messages.
Additional information and things you've tried:
Workaround: Add a delay between these messages. But that's not a long-term solution as I suspect that the problem may show up in other contexts.