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
In the current version, when zooWatchGetChildren is triggered, the watcherCtxType, whose type is ZooEvent is always set to ZooChildEvent. However, this is not detailed enough in some situations.
To be more detailed, when zooWatchGetChildren is triggered, we want to know if the event is one of the following:
ZooCreateEvent
ZooDeleteEvent
ZooChangedEvent
zooNoWatchingEvent
The text was updated successfully, but these errors were encountered:
In the current version, when
zooWatchGetChildren
is triggered, thewatcherCtxType
, whose type isZooEvent
is always set toZooChildEvent
. However, this is not detailed enough in some situations.To be more detailed, when
zooWatchGetChildren
is triggered, we want to know if the event is one of the following:ZooCreateEvent
ZooDeleteEvent
ZooChangedEvent
zooNoWatchingEvent
The text was updated successfully, but these errors were encountered: