baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 655 forks source link

fix race condition in client destructor #138

Closed cyshi closed 7 years ago

cyshi commented 7 years ago

防止timeout_manager被提前释放

qinzuoyan commented 7 years ago

不太理解,什么情况下会被提前释放?