uber / tchannel

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

go: Improve Close to avoid races after timeout #1350

Closed prashantv closed 8 years ago

prashantv commented 8 years ago

Fix race conditions caused by timeouts. Make inbound timeout handling be thread-safe Update timeout/close tests to be more reliable