Messages should be ack'd as soon as they are received. If not, connection might have broke. Wait for 30 or 60 seconds and then drop the connection entirely. This should make the user appear offline sooner and the message delivered to offline storage (and possibly generating a push notification).
I believe this could be managed by modifying the custom IO processor only.
Messages should be ack'd as soon as they are received. If not, connection might have broke. Wait for 30 or 60 seconds and then drop the connection entirely. This should make the user appear offline sooner and the message delivered to offline storage (and possibly generating a push notification).
I believe this could be managed by modifying the custom IO processor only.