You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no value is written when the zookeeper node is created, zk::client will crash when calling watch({path}) or get({path}) during Runtime because it uses nullptr to construct the zk::buffer
The text was updated successfully, but these errors were encountered:
bmeAtnju
added a commit
to bmeAtnju/zookeeper-cpp
that referenced
this issue
Dec 9, 2022
If no value is written when the zookeeper node is created, zk::client will crash when calling watch({path}) or get({path}) during Runtime because it uses nullptr to construct the zk::buffer
The text was updated successfully, but these errors were encountered: