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

Observe on leak #2248

Merged
merged 2 commits into from
Jan 4, 2017
Merged

Observe on leak #2248

merged 2 commits into from
Jan 4, 2017

Commits on Jan 3, 2017

  1. fix(Subscription): add will return Subscription that removes itse…

    …lf when unsubscribed
    
    There was a problem where subscriptions added to parent subscriptions would not remove themselves when unsubscribed, This meant that when Actions (which are subscriptions) were unsubscribed, they would still hang out in the _subscriptions list and live in memory when we didn't want them to
    
    related #2244
    benlesh committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    375d4a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

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