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

Probe only retains weak handle to Rc #543

Merged
merged 1 commit into from
Feb 5, 2024

Commits on Feb 5, 2024

  1. Probe only retains weak handle to Rc

    The probe operator writes into a shared frontier, but it does so even if
    there is no other reference to the shared frontier. This change adjusts
    the behavior to only write to the shared frontier while there exists
    another reference.
    
    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    90c7e9f View commit details
    Browse the repository at this point in the history