@@ -26,7 +26,7 @@ class ChatConsumer(WebsocketConsumer):
self.send(text_data=json.dumps({
- 'message': {"abc":123}
+ 'zzz': {"abc":123}
}))