2👍
✅
You need unique prefix
parameter:
CHANNEL_LAYERS = {
"default": {
"BACKEND": "asgi_redis.RedisChannelLayer",
"CONFIG": {
"hosts": [("localhost", 6379)],
"prefix": "gradcam",
},
"ROUTING": "gradcam.routing.channel_routing",
},
}
Source:stackexchange.com