-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
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
fix the logger data race #170
fix the logger data race #170
Conversation
Codecov Report
@@ Coverage Diff @@
## master #170 +/- ##
==========================================
+ Coverage 59.01% 59.55% +0.54%
==========================================
Files 22 22
Lines 1447 1454 +7
==========================================
+ Hits 854 866 +12
+ Misses 521 517 -4
+ Partials 72 71 -1
Continue to review full report at Codecov.
|
优先只解决data race问题,帮忙review下~ @sanxun0325 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for your contribution and look forward to more |
fix logger data race
Fixes #148
@sanxun0325