mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-07 13:54:49 +02:00
2c547ee1fc
auto_update_contacts=True triggers ensure_contacts() on every ADVERTISEMENT event, fetching 324+ contacts over serial (several seconds). This blocks the serial port and delays MESSAGES_WAITING processing, causing 10-30s message reception delays. Contacts are synced at startup and updated individually via NEW_CONTACT events. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>