shayhatsor / zookeeper

Apache ZooKeeper .NET async Client
https://nuget.org/packages/ZooKeeperNetEx/
Apache License 2.0
236 stars 53 forks source link

WriteLock.close() does not release the lock acquired #6

Closed nj4x closed 8 years ago

nj4x commented 8 years ago

I understand that it is not a part of java implementation, but is it correct that method with such description:

    Closes this strategy and releases any ZooKeeper resources; but keeps the ZooKeeper instance open 

does not release the lock?

shayhatsor commented 8 years ago

@nj4x, I have removed the method altogether. The new version is available from nuget.

nj4x commented 8 years ago

thanks!