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

Support unsubscription of HystrixCommands #1204

Merged
merged 5 commits into from May 13, 2016

Commits on May 11, 2016

  1. Support early cancellation of HystrixCommands

    Matt Jacobs committed May 11, 2016
    Configuration menu
    Copy the full SHA
    d885372 View commit details
    Browse the repository at this point in the history
  2. Made early unsubscription unit test more robust

    Matt Jacobs committed May 11, 2016
    Configuration menu
    Copy the full SHA
    6d44404 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Fix to handling of case when 2 commands attempt to put an Observable …

    …in the request-cache and the loser needs to get cleaned up (unsubscribed)
    Matt Jacobs committed May 13, 2016
    Configuration menu
    Copy the full SHA
    0e4e004 View commit details
    Browse the repository at this point in the history
  2. Turned Atomic** variables into volatiles when possible

    Matt Jacobs committed May 13, 2016
    Configuration menu
    Copy the full SHA
    4c911fb View commit details
    Browse the repository at this point in the history
  3. Fix memory leak where TimerReference was not getting cleared on lost-…

    …race request-cache insert
    Matt Jacobs committed May 13, 2016
    Configuration menu
    Copy the full SHA
    77e9860 View commit details
    Browse the repository at this point in the history