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