forked from etcd-io/jetcd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A cancelled watcher is effectively dead and will not receive any more events so it's helpful for users if the watcher gets closed automatically. Note that we don't want to reschedule the watcher since users may want to take corrective action first, such as finding the latest revision if the watcher was cancelled due to CompactedException.
- Loading branch information
1 parent
f2c43bb
commit 580f269
Showing
2 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters