Closed
Description
In DelegatingLogger
, I think the Fulfil
method needs to be protected by a lock as well. After upgrading to 0.8.1, our test suite reliably fails when run with the Go race detector. After I added locking code to the Fulfil
method, the race detector became happy again.
I can raise a PR for the change but I am struggling to produce a simple test case that reliably triggers the issue.
Metadata
Metadata
Assignees
Labels
No labels