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

Update bound-streaming channels to resend latest to new receivers #1098

Merged
merged 2 commits into from
Nov 11, 2024

Commits on Nov 8, 2024

  1. Update bound-streaming channels to resend latest to new receivers

    The `SystemBoundsTracker`s send out a new value only when there's a
    change in the system bounds.  This means when a new receiver is
    created, it could wait for a long time before receiving the bounds.
    
    This change allows new receivers to get the latest state when
    requested.
    
    This is already the case for battery bounds, and needed only for PV
    and EV charger bounds.
    
    Signed-off-by: Sahas Subramanian <[email protected]>
    shsms committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    66f01dd View commit details
    Browse the repository at this point in the history
  2. Update release notes

    Signed-off-by: Sahas Subramanian <[email protected]>
    shsms committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6d0f658 View commit details
    Browse the repository at this point in the history