fix
This commit is contained in:
@@ -279,7 +279,7 @@ func ConsumeUserPoolData(ctx context.Context) {
|
||||
if !ok {
|
||||
continue
|
||||
}
|
||||
for _, uniqueId := range mapUserUniqueId {
|
||||
for uniqueId, _ := range mapUserUniqueId {
|
||||
//根据uniqueId查询原始池中连接
|
||||
mapConnPoolVal, ok := mapConnPool.Load(uniqueId)
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user