ajmaln / DRF-Chat

Live Chat using Django REST Framework
126 stars 49 forks source link

Online-Offline Status #20

Closed Satyajit-2003 closed 3 years ago

Satyajit-2003 commented 3 years ago

The panel shows Offline even if the other user is online and constantly sending messaging

ajmaln commented 3 years ago

Hi @Satyajit-2003,

Make sure you have installed memcached.

On windows: https://stackoverflow.com/questions/59476616/install-memcached-on-windows

On Ubuntu:

sudo apt install memcached
ajmaln commented 3 years ago

I hope this resolves your issue. Closing.