You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set whatchers in more than one key, but doing so it's not possible to make any further request to jetcd, because the requests remain standing. How can I solve this?
The text was updated successfully, but these errors were encountered:
I solved this issue creating a pull of CloseableHttpAsyncClient (client
connection), the bind maintain only one httpclient, so wen we make a get
with wait=true (like done in jetcd watcher), the client came blocked
awaiting!
I've made some corrections and customizations over the bind code and intend
to contribute with the project after some amount of tests.
I need to set whatchers in more than one key, but doing so it's not possible to make any further request to jetcd, because the requests remain standing. How can I solve this?
The text was updated successfully, but these errors were encountered: