We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using pipe for logger in tests can result in a race condition if multiple go routines call a log function.
The text was updated successfully, but these errors were encountered:
fix: Change the WriteSyncer to use lock when piping (#1608)
5f4beb9
## Relevant issue(s) Resolves #1607 ## Description This PR wraps the pipe WriteSyncer with a Lock so that is can be used concurrently.
fix: Change the WriteSyncer to use lock when piping (sourcenetwork#1608)
d3cbc24
## Relevant issue(s) Resolves sourcenetwork#1607 ## Description This PR wraps the pipe WriteSyncer with a Lock so that is can be used concurrently.
fredcarle
Successfully merging a pull request may close this issue.
Using pipe for logger in tests can result in a race condition if multiple go routines call a log function.
The text was updated successfully, but these errors were encountered: