Comment by fuckyouwedodata
3 years ago
Is it sensible to keep the TCP connection alive for long periods of time, reading in events as ljson? I imagine that this is no issue for QUIC
3 years ago
Is it sensible to keep the TCP connection alive for long periods of time, reading in events as ljson? I imagine that this is no issue for QUIC
Yeah there's no problems with a long-lived TCP connection unless one end of the connection tries to drop the connection after a certain amount of time (which certain firewalls do.)
Sounds good. Thanks for pointing out the issue with some firewalls