uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

log socket-closed errors #1314

Closed Raynos closed 9 years ago

Raynos commented 9 years ago

If we do not log these errors then various tests or production systems will just be silent on socket failures.

We need to know about the other end closing the socket to reason about why our code hangs or production systems fail.

r: @jcorbin @kriskowal @rf

rf commented 9 years ago

ok :+1: