From ff7fc6aba01b2ad00ef099ec9ad95eb1377ad876 Mon Sep 17 00:00:00 2001 From: injoyai <1113655791@qq.com> Date: Mon, 24 Mar 2025 16:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0RangDial=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dial.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dial.go b/dial.go index 02ec6b3..d5414de 100644 --- a/dial.go +++ b/dial.go @@ -74,6 +74,7 @@ func NewRangeDial(hosts []string) ios.DialFunc { if i < len(hosts)-1 { //最后一个错误返回出去 logs.Err(err) + <-time.After(time.Second * 3) } } return