Skip to content

DATAREDIS-77 Fix for pubsub channel pattern not being passed to message listeners. #4

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

Merged
merged 1 commit into from
Jul 19, 2012

Conversation

jbrisbin
Copy link
Contributor

The call to handle an incoming message was hard-coded to pass null for the channel pattern. I changed this to pass message.getChannel() instead, so message listeners would receive the pattern in their handlers rather than null, which is what they receive now.

jbrisbin added a commit that referenced this pull request Jul 19, 2012
DATAREDIS-77 Fix for pubsub channel pattern not being passed to message listeners.
@jbrisbin jbrisbin merged commit 28d0ab0 into spring-projects:master Jul 19, 2012
bclozel added a commit to bclozel/spring-data-redis that referenced this pull request Jun 23, 2014
Fix ZeroClipboard integration in gh-pages
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