jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

how to know if a client has disconnected or the server has stoped receiving an heartbeat from someon #205

Closed G4brym closed 3 years ago

G4brym commented 8 years ago

Hi,

I want to know how to trow an event when someone disconnects or loses connection.

Thanks