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
fixing panic in calls to assertion with nil m.mutex (#1212)
* fixing panic in calls to assertion with nil m.mutex
This reverts a change that was made in #1182
The PR makes m.mutex a pointer which now needs to be checked but it's not checked for nil everywhere.
This should also help with these issues:
- #1208
- #1210
* Revert throwing out the lock because other concurrent calls can already have it locked
* fix go vet copy lock by using pointer
* fix obj assignment for passing test
0 commit comments