Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropping Incoming Events #57

Open
jpoles1 opened this issue Jun 3, 2018 · 3 comments
Open

Dropping Incoming Events #57

jpoles1 opened this issue Jun 3, 2018 · 3 comments

Comments

@jpoles1
Copy link

jpoles1 commented Jun 3, 2018

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?

@washo4evr
Copy link
Owner

Hi,
how fast are we talking?
Also, what board are you using?

@jpoles1
Copy link
Author

jpoles1 commented Jun 3, 2018

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.

@washo4evr
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants