Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZooEvent: add seperated event for watchGetChildren #19

Open
Commelina opened this issue Aug 30, 2021 · 0 comments
Open

ZooEvent: add seperated event for watchGetChildren #19

Commelina opened this issue Aug 30, 2021 · 0 comments

Comments

@Commelina
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant