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.
I've created new class on top of Django's default Group class. The
groups
in RedisPublisher doesn't work, but other channels likeusers
andbroadcast
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 togroups
argument.