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

#43 call all subscribers despite unsubscription #44

Merged
merged 4 commits into from
Feb 11, 2014

Conversation

mroderick
Copy link
Owner

Fixes #43

Assert that all subscribers are called, even if some are unsubscribed during publishing
Refactor the internals to not use arrays, so we are free to modify the list of subscribers without causing problems.
mroderick added a commit that referenced this pull request Feb 11, 2014
…-unsubscription

#43 call all subscribers despite unsubscription
@mroderick mroderick merged commit cd240c7 into master Feb 11, 2014
@mroderick mroderick deleted the 43-call-all-subscribers-despite-unsubscription branch February 11, 2014 21:15
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.

Not all subscriber functions get called when unsubscribing from within
1 participant