Install the more stable version like 2.4.2. Thanks Martin Correia for suggesting it.
pip install channels-redis==2.4.2
Install the more stable version like 2.4.2. Thanks Martin Correia for suggesting it.
pip install channels-redis==2.4.2
I follow Channels’ docs and encountered an error thrown by daphne:
TypeError: __call__() missing 2 required positional arguments: ‘receive’ and ‘send’
Solution is suggested by Avinash-Raj, it worked for me.
Read More »