fix
This commit is contained in:
parent
e800b18325
commit
bc3719065b
|
@ -313,6 +313,7 @@ func ConsumeUserConnPoolCtlChanData(ctx context.Context) {
|
||||||
}
|
}
|
||||||
case 1: //添加
|
case 1: //添加
|
||||||
logx.Info("添加用户id索引标识:", data.uniqueId)
|
logx.Info("添加用户id索引标识:", data.uniqueId)
|
||||||
|
//存在这个用户的map池子
|
||||||
if mapUserUniqueId, ok := mapUserConnPool[key]; ok {
|
if mapUserUniqueId, ok := mapUserConnPool[key]; ok {
|
||||||
mapUserUniqueId[data.uniqueId] = struct{}{}
|
mapUserUniqueId[data.uniqueId] = struct{}{}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user