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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: