From 4d5abca145059fe81641abd2c6dab716eaf44a4e Mon Sep 17 00:00:00 2001 From: yitter Date: Fri, 2 Apr 2021 23:16:43 +0800 Subject: [PATCH] auto commit --- Go/source/regworkerid/reghelper.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/Go/source/regworkerid/reghelper.go b/Go/source/regworkerid/reghelper.go index 72b9716..20cfab4 100644 --- a/Go/source/regworkerid/reghelper.go +++ b/Go/source/regworkerid/reghelper.go @@ -49,8 +49,6 @@ func UnRegisterWorkerId() { _usingWorkerId = -1 _lifeIndex = -1 _workerIdLock.Unlock() - - _client.Close() } func RegisterWorkerId(ip string, port int, password string, maxWorkerId int) int {