jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
894 stars 221 forks source link

redis_connection_pool is not defined if use unix domain socket #240

Closed jenda1 closed 6 years ago

jenda1 commented 6 years ago

django reports NameError: name 'redis_connection_pool' is not defined if unix domain socket is used.

The reason is typo in the #214 fix at publisher.py:13, instead of pool = ... there should be redis_connection_pool = ...