samuel / go-zookeeper

Native ZooKeeper client for Go. This project is no longer maintained. Please use https://github.com/go-zookeeper/zk instead.
BSD 3-Clause "New" or "Revised" License
1.64k stars 672 forks source link

fix request blocked when conn closed #253

Open PapaYofen opened 3 years ago

PapaYofen commented 3 years ago

When zk connection is closed in goroutine g1, anther goroutine g2 indirectly call request of conn, g2 will be block

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-1.6%) to 78.009% when pulling 177a0e85c1ffaa8ecbe0bb1c0c9beac99b766037 on PapaYofen:fix-block into 2164a8ac840e69b0c255f9b12b3b36f969e7fd5d on samuel:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.2%) to 79.766% when pulling 177a0e85c1ffaa8ecbe0bb1c0c9beac99b766037 on PapaYofen:fix-block into 2164a8ac840e69b0c255f9b12b3b36f969e7fd5d on samuel:master.