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

fix(core/pubsubhub): account for all message types #3908

Merged
merged 7 commits into from
Dec 18, 2021
Merged

Conversation

marcoscaceres
Copy link
Contributor

Events were being broadcast to no one... this now forces every registered pub() to have a listener of a particular name.

Hopefully we can get rid of the eventing model in the future. It creates too many interdependent parts.

tests/spec/core/validators-spec.js Outdated Show resolved Hide resolved
src/core/pubsubhub.js Show resolved Hide resolved
src/core/examples.js Show resolved Hide resolved
tests/unit/SpecHelper.js Outdated Show resolved Hide resolved
@marcoscaceres marcoscaceres merged commit d42cf98 into develop Dec 18, 2021
@marcoscaceres marcoscaceres deleted the beforeSave branch December 18, 2021 03:41
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.

2 participants