Skip to content

Release 1.58.2

Compare
Choose a tag to compare
@ginayeh ginayeh released this 21 Sep 23:34
· 8 commits to v1.58.x since this release
c0aa20a

Bug Fixes

  • balancer/weighted_round_robin: fix ticker leak on update

    A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.