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

Indentation error leads to faulty subscriber invocation in RedisEventBus #5

Closed
thrau opened this issue Sep 27, 2019 · 0 comments
Closed

Comments

@thrau
Copy link
Owner

thrau commented Sep 27, 2019

See

pymq/pymq/provider/redis.py

Lines 144 to 147 in 2e32288

for fn in self._subscribers[key]:
logger.debug('dispatching %s to %s', message, fn)
self.dispatcher.submit(RedisEventBus._call_listener, fn, message['data'])

@thrau thrau closed this as completed in a1b60fa Sep 27, 2019
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

No branches or pull requests

1 participant