Hi, I am not getting any notification as i trigger them through signals. I am usinf channels.
you will find consumers.py, asgi.py, signals.py file.
https://dpaste.org/bKOJC#L90
I am running websocket connection through daphene on port 8001 and my local server on 8000
I amusing memorycache layer as channlellayer.
On console it says web socket connection is opened.
but there is no notificatiosns get recieved when new member is created.