etcd-ruby
etcd-ruby copied to clipboard
eternal_watch should use the index returned to ensure it doesn't miss any updates
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
Hopefully #64 addresses this.