We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d7111 commit 5220637Copy full SHA for 5220637
src/core/nixl_listener.cpp
@@ -360,7 +360,7 @@ class nixlEtcdClient {
360
361
// Get current index to watch from
362
etcd::Response response = etcd->get(metadata_key);
363
- int64_t watch_index = response.index();
+ int64_t watch_index = response.index() + 1;
364
std::promise<nixl_status_t> ret_prom;
365
auto future = ret_prom.get_future();
366
std::atomic<bool> promise_set{false};
0 commit comments