Redis – Django-channels : ChatConsumer is sending message to only one user instead of sending it to both users
I am implementing a chat application in django and angular using django-channels and redis. The sockets get connected and work properly but the problem I am facing is that when two users are online and connect the same chatroom with…