Hacker News new | ask | show | jobs
by remram 1563 days ago
> If you cache a new submission (message) locally before submitting, you just keep re-submitting until the server returns an ACK for that submission; and your local cache is empty.

This has terrible resource use and offers no visibility into how many clients are waiting. And yet it's still a queue. Why would anyone do that?

The rest of your post I can't parse at all.