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

retain the default listeners for future unsubscribing #5781

Merged
merged 2 commits into from
Aug 17, 2023

Commits on Sep 12, 2022

  1. retain the default listeners for future unsubscribing

    subscribe the hyrax default listeners in batch. provide a hook for looking up
    the `Hyrax.publisher.default_listeners`. this makes it possible to unsubscribe
    individual listeners at a later time.
    
    these instances have to live in memory for the life of the Publisher anyway, so
    this shouldn't impact when they are freed for garbage collection.
    tamsin johnson committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5af0f63 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    455cd15 View commit details
    Browse the repository at this point in the history