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
Use `defer` to unlock mutex (#66)
* FIX: deadlock fix - mutex unlock via defer in GetOrSet
* FIX: move all mutex Unlocks into defer
* FIX: remove unnecessary new lines