Hello,
zk.sync(ZooDefs.CONFIG_NODE, new AsyncCallback.VoidCallback() {
@Override
public void processResult(int rc, String path, Object ctx) {I get rc=-4, what does it mean? I couldn't find where in the source code those were defined. Thanks Ben
