etcd-ruby icon indicating copy to clipboard operation
etcd-ruby copied to clipboard

eternal_watch should use the index returned to ensure it doesn't miss any updates

Open kevincox opened this issue 9 years ago • 1 comments

Currently there is a race when eternal_watch provides the value of the last update to user code and before it starts watching again.

You can see that watcher logic in the official client

kevincox avatar Dec 20 '15 17:12 kevincox

Hopefully #64 addresses this.

lazyatom avatar Jan 16 '18 10:01 lazyatom