|
|
|
|
|
by montroser
419 days ago
|
|
Yeah, but in real life, SSE error events are not robust, so you still have to do manual heartbeat messages and tear down and reestablish the connection when the user changes networks, etc. In the end, long-polling with batched events is not actually all that different from SSE with ping/pong heartbeats, and with long-polling, you get the benefit of normal load balancing and other standard HTTP things |
|
I would also rather not have a handful of long-polling loops pollute the network tab.