mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
64262d22d6
Blocking queries issues will still be uncancellable (that cannot be helped until we get rid of net/rpc). However this makes it so that if calling getWithIndex (like during a cache Notify go routine) we can cancell the outer routine. Previously it would keep issuing more blocking queries until the result state actually changed.