Bearle / django-private-chat

(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
ISC License
424 stars 132 forks source link

'Send' Button for sending message not working #74

Open krishnan124 opened 3 years ago

krishnan124 commented 3 years ago

Description

I am just trying to send a message but nothing is happening when I click Send button

What I Did

This is all I see in the terminal. There is nothing to show that I clicked the Send back meaning there is no callback function being called:

C:\Users\krish\myproject\mysite>python manage.py run_chat_server
2021-01-31 21:41:31,459:INFO:Chat server started
31.01.21 21:41:31:INFO:Chat server started