Hacker News new | ask | show | jobs
by dabeeeenster 1590 days ago
"the main gotcha for maintaining long-lived connections is that server/clients should implement their own heartbeat to be able to detect & auto reconnect failed connections"

That sounds like a total nightmare!

1 comments

Definitely needed. That would be true for all long lived connection protocols in order to detect connection interruptions in a timely fashion.