bonifaido / rust-zookeeper

Pure Rust library for Apache ZooKeeper built on MIO
MIT License
206 stars 46 forks source link

Fixed handle leakage during reconnection. #94

Closed tsxiaofang closed 1 year ago

tsxiaofang commented 1 year ago

when reconnection, the receiving socket cannot receive any data, causing handle leakage.