You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CacheTable.Add() function ,must not use "defer table.Unlock()"
because addInternal() func will unlock table, that will make duplicate deletion exception
The text was updated successfully, but these errors were encountered:
CacheTable.Add() function ,must not use "defer table.Unlock()"
because addInternal() func will unlock table, that will make duplicate deletion exception
The text was updated successfully, but these errors were encountered: