Hacker News new | ask | show | jobs
by scheme271 438 days ago
What happens if a message somehow gets lost? Dropped packets, error, etc? Or is that completely precluded by using http streaming?
1 comments

TCP provides a lossless in-order stream, and errors are corrected at the layers even below that, so HTTP and WebSockets are equivalent in that regard.