21237d8337
* client: avoid unconsumed channel in timer construction This PR fixes a bug introduced in #11983 where a Timer initialized with 0 duration causes an immediate tick, even if Reset is called before reading the channel. The fix is to avoid doing that, instead creating a Timer with a non-zero initial wait time, and then immediately calling Stop. * pr: remove redundant stop
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
```release-note:bug
|
|
client: Fixed a bug where tasks would restart without waiting for interval
|
|
```
|