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