Skip to content

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

@chad-earthscope

Description

@chad-earthscope

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions