I am completely stuck in that I cannot get group messaging to work with Channels 2! I have followed all tutorials and docs that I could find, but alas I haven\'t found what
Disconnect may not require self.close() since it does this automatically.
also try to CHECK routing.py file, I had similar issue but I fixed it by removing AuthMiddlewareStack (I added it back later) and then in my path, I used MyConsumer.as_asgi() instead of just MyConsumer hope it helps