This commit is contained in:
iamqizhao 2016-06-21 18:21:27 -07:00
Родитель 65a7b17255
Коммит f5c974be39
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -348,7 +348,6 @@ func (rr *roundRobin) Get(ctx context.Context, opts BalancerGetOptions) (addr Ad
ch = rr.waitCh
}
rr.mu.Unlock()
continue
}
}
}