This commit is contained in:
yangduo 2024-08-07 10:13:28 +08:00
parent ff0a7c1fae
commit a4f31629cc

View File

@ -119,6 +119,7 @@ func (this *sApiForward) getOrCreate(c *SApiForwardLockCache, accountId string)
u = new(SApiForwardLock)
u.accountId = accountId
u.lock = new(sync.Mutex)
(*c.userHash)[accountId] = u
return u
}
}