Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix psubscribe with handlers #186

Merged
merged 1 commit into from
Apr 3, 2018
Merged

Fix psubscribe with handlers #186

merged 1 commit into from
Apr 3, 2018

Conversation

bmerry
Copy link
Collaborator

@bmerry bmerry commented Apr 3, 2018

There was a missed call to 'subscriber'. The message was also being
encoded to bytes unconditionally rather than being passed through
_normalize; which didn't matter when returning a message (because
responses were patched), but did matter when passing it to a handler.

There was a missed call to 'subscriber'. The message was also being
encoded to bytes unconditionally rather than being passed through
_normalize; which didn't matter when returning a message (because
responses were patched), but did matter when passing it to a handler.
@bmerry bmerry self-assigned this Apr 3, 2018
@coveralls
Copy link

coveralls commented Apr 3, 2018

Coverage Status

Coverage increased (+0.2%) to 98.459% when pulling f0a6796 on psubscribe-handler into de23dbc on master.

@bmerry bmerry merged commit 1954ac4 into master Apr 3, 2018
@bmerry bmerry deleted the psubscribe-handler branch April 3, 2018 14:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants