uber / tchannel

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

Implement peer & connection reference count #1357

Closed ShanniLi closed 8 years ago

ShanniLi commented 9 years ago

After discussing with @kriskowal, we will need this feature in order to reap peers and connections for partial-affinity. When k-value changes, the partial-affinity of an exit node can change. So, reaping peers and connections are necessary.

cc @jcorbin @Raynos @rf @anson627

ShanniLi commented 8 years ago

it seems this is a non-problem now