open-nomad/.changelog/12593.txt
chavacava eb1c42e643
QueryOptions.SetTimeToBlock should take pointer receiver
Fixes a bug where blocking queries that are retried don't have their blocking 
timeout reset, resulting in them running longer than expected.
2022-04-18 10:41:27 -04:00

4 lines
132 B
Plaintext

```release-note:bug
client: Fixed a bug where clients that retry blocking queries would not reset the correct blocking duration
```