fix
This commit is contained in:
parent
030d9f8ab3
commit
c518b5a68d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user