coinbase/mesh-sdk-go

TestPriorityMutex fails under `go test -race`

bobg opened this issue · 0 comments

bobg commented

Describe the bug
The Go race detector finds a race condition when running TestPriorityMutex.

To Reproduce
go test -race ./utils

Expected behavior
No race condition found.