This commit is contained in:
fatedier
2023-12-21 21:19:49 +08:00
committed by GitHub
parent 3bf6605e1a
commit 5e77c8e2d3
5 changed files with 6 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ import (
"strings"
)
var version = "0.53.0"
var version = "0.53.1"
func Full() string {
return version

View File

@@ -144,12 +144,6 @@ func BackoffUntil(f func() (bool, error), backoff BackoffManager, sliding bool,
}
ticker.Reset(delay)
select {
case <-stopCh:
return
default:
}
select {
case <-stopCh:
return