Hacker News new | ask | show | jobs
by jhgg 3376 days ago
Yeah - there are more plans to handle more robust message retry logic. But it's a pretty hard problem to handle. Duplicate message delivery has been fixed for a while though - although there are some rare cases where it can still happen. I don't think out of order delivery is possible as the messages are processed one at a time - but if you have a specific example I'd be more than happy to take a look.
2 comments

> Duplicate message delivery has been fixed for a while though

Happens to me incredibly often after I lose my connection while sending a message on Android 6.0.1

Just FYI, I've had both out of order delivery and duplicate messages happen semi-recently. Duplicates are far more rare than they were, though.
on desktop, ios or android?