Hi folks,
I'm using long polling for a chat with gevent. I'm using Event.wait() when waiting for new messages to be posted on the chat.
I would like to handle the occasion a client disconnects with some functionality:
e.g. Return "client has disconnected" as a message for other chat users
Is this possible? =)