DeeEmm / DIY-Flow-Bench

Volumetric flow bench based on ESP32 and MAF sensor.
GNU General Public License v3.0
27 stars 8 forks source link

[BUG] ERROR: Too many messages queued #110

Closed DeeEmm closed 1 year ago

DeeEmm commented 1 year ago

Describe the bug "ERROR: Too many messages queued " message in serial monitor

ESP32 (please complete the following information):

Additional context Possibly related to task priority / timing and similar issue with Wifi connection

DeeEmm commented 1 year ago

This is actually not an error. There is a limit of 16 messages per second - https://github.com/me-no-dev/ESPAsyncWebServer/issues/504

The above error message is only displayed when in debug mode.

Otherwise excess messages are silently discarded

Marking as closed.