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

Bug fix - listener leaks in case of nested wrapped methods and an error in the method #38

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 5, 2015

  1. fixed a bug in async listener - in case of nested callbacks and an er…

    …ror, it pops the listenerStack only once, casing a leak of listeners into scopes they should not take effect on
    yoavaa committed May 5, 2015
    Configuration menu
    Copy the full SHA
    0cd6f41 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. fixed a bug in async listener - in case of nested callbacks and an er…

    …ror, it pops the listenerStack only once, casing a leak of listeners into scopes they should not take effect on
    yoavaa committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    4d6c0eb View commit details
    Browse the repository at this point in the history
  2. removed unneeded tests

    yoavaa committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    2e06307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd113d View commit details
    Browse the repository at this point in the history
  4. removed unneeded tests

    yoavaa committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    6e4d72c View commit details
    Browse the repository at this point in the history