i'm so stupid
This commit is contained in:
da
2017-01-22 00:45:17 +01:00
parent d76f416272
commit 3e34b5c415
+1
View File
@@ -464,6 +464,7 @@ func setIdleStatus() {
func checkReconnectCounter() { func checkReconnectCounter() {
mutex.Lock() mutex.Lock()
if len(queues) > 0 { if len(queues) > 0 {
mutex.Unlock()
return return
} }
if rcCounter >= 20 { if rcCounter >= 20 {