From 7047d024ed8745cb7a23d43721d57af5650e77fe Mon Sep 17 00:00:00 2001 From: lwch Date: Tue, 9 Aug 2022 17:23:20 +0800 Subject: [PATCH] =?UTF-8?q?reset=E9=87=8D=E8=BF=9E=E9=97=B4=E9=9A=94?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app.go b/app.go index 9be4ec4..323a3f9 100644 --- a/app.go +++ b/app.go @@ -89,6 +89,7 @@ func (app *app) start() { deferCallback("dis_connect", app.a.OnDisconnect) app.reconnectCount++ + nextSleep = time.Second } }