shayhatsor / zookeeper

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

Remove "/" from node creation which now throws a NoNodeExpcetion #39

Closed JeffreyRosselle closed 5 years ago

JeffreyRosselle commented 5 years ago

I nocited when using ZooKeeper 3.5.5 a NoNodeException is thrown when creating one with a path containing a "/". The starting "/" is still needed though.

JeffreyRosselle commented 5 years ago

Turns out my code wasn't working as it should've been. And the change is not needed. My mistake... :)