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

Will WebSocket connection automatically reconnect #6

Closed TonyRehley closed 6 years ago

TonyRehley commented 7 years ago

I see that after some time I can't send message and need refresh the page. Is websocket server implementation support auto-reconnect? I use wss with SSL nginx proxy.

delneg commented 6 years ago

Try using https://github.com/joewalnes/reconnecting-websocket for JS at the frontend and feel free to comment on the results

delneg commented 6 years ago

Closing as of no response.