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

add function receive_some_data() #91

Closed
mzandrew opened this issue Apr 25, 2022 · 0 comments · Fixed by #112
Closed

add function receive_some_data() #91

mzandrew opened this issue Apr 25, 2022 · 0 comments · Fixed by #112

Comments

@mzandrew
Copy link

It would be nice to be able to receive just the last N values posted, somewhere between 1 (what receive_data() provides) and all (what receive_all_data() provides). receive_all_data always results in out of memory errors for me, so receive_some_data(feed_name, 256) would be handy for plotting on a microcontroller.

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

Successfully merging a pull request may close this issue.

1 participant