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

Binding outside lifecycle causes instant completion #30

Merged
merged 1 commit into from
Sep 5, 2015

Conversation

dlew
Copy link
Contributor

@dlew dlew commented Sep 5, 2015

Before, it would throw an exception, which doesn't make as much sense - if
the logic worked out such that you bound outside the lifecycle, that prboably
meant that you just don't want the subscription to occur outside the
lifecycle, so it should end immediately.

Fixes #23

Before, it would throw an exception, which doesn't make as much sense - if
the logic worked out such that you bound outside the lifecycle, that prboably
meant that you just don't want the subscription to occur outside the
lifecycle, so it should end immediately.
@dlew dlew force-pushed the dlew/outside-lifecycle branch from 60dfcbf to 2448962 Compare September 5, 2015 14:14
dlew added a commit that referenced this pull request Sep 5, 2015
Binding outside lifecycle causes instant completion
@dlew dlew merged commit 6d3f675 into master Sep 5, 2015
@dlew dlew deleted the dlew/outside-lifecycle branch September 5, 2015 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant