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

with django 3.0 WebSocket is already in CLOSING or CLOSED state. #59

Open valentinc94 opened 4 years ago

valentinc94 commented 4 years ago

when i deploy de app with django 3.0 i gett this error

WebSocket is already in CLOSING or CLOSED state. even i run 03.06.20 22:51:07:INFO:Chat server started :/ but websocket always return this error

Naveendata-ux commented 4 years ago

@valentinc94 Django_private_chat will not support for Django 3.0 try with Django 2.2. It will Works.