You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when events come in quick succession, that they get lost. This may be because I am trying to process the events and respond as they arrive? Anyone else experiencing these issues or know of a fix?
The text was updated successfully, but these errors were encountered:
Thanks for getting in touch @washo4evr! I'm using an ESP32.
I'll have 3 or so events come in over the course of a half second or so. I've changed my application to space each event out by 250 ms and that seems to fix it, but it's not the best solution.
Was thinking there might be behaviour to store incoming events in a buffer or something.
that could work if you get a burst of data, then nothing (during which time you can process the data) and repeat
I need to benchmark how fast we can go
It seems that when events come in quick succession, that they get lost. This may be because I am trying to process the events and respond as they arrive? Anyone else experiencing these issues or know of a fix?
The text was updated successfully, but these errors were encountered: