mezis / blurrily

Millisecond fuzzy string matching for Ruby
MIT License
90 stars 14 forks source link

Reconnect long-lived clients #29

Open mezis opened 10 years ago

mezis commented 10 years ago

Long-lived clients get ECONNRESET, EPIPE, or just nils from TCPSocket.

Use TCP keepalives, or even keepalive messages.