Skip to content

Redis data source blanks data frame #189

Description

@the-other-james

The redis data source blanks the data frame when a new message comes in: https://github.com/nasa/OnAIR/blob/main/onair/data_handling/redis_adapter.py#L370

This results in the data frame only having data from the last message received. Previously data would be left stale (but from the previous frame -1 due to the double buffer), but instead the frame should probably be blanked when the buffer is switched instead of on message reciept.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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