jrief / django-websocket-redis

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

DWR doesn't work with overridden groups #277

Open nrgx opened 5 years ago

nrgx commented 5 years ago

I've created new class on top of Django's default Group class. The groups in RedisPublisher doesn't work, but other channels like users and broadcast work perfectly well. I just pass uid of Chat instance to the server, get it's name by uid and after that pass the name of group to groups argument.