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 flushing of idle data streams in MSTraceList.pack() #5

Open
chad-earthscope opened this issue Apr 5, 2024 · 0 comments
Open

Add flushing of idle data streams in MSTraceList.pack() #5

chad-earthscope opened this issue Apr 5, 2024 · 0 comments

Comments

@chad-earthscope
Copy link
Contributor

Currently, the MSTraceList.pack(flush_data=False) pattern of continuously generating records from an infinite source of data will leave some data in the buffers for any given channel for which data stops being added (until a final flush_data=True).

Functionality should be added to flush individual data channel buffers that have been idle for some period of time. Perhaps controlled through a flush_when_idle parameter that specifies the number of seconds a channel has been idle to trigger flushing.

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

1 participant