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
v0.0.0-20231110083826-ba7e228e204c
没有DATA RACE
StopWatchTask 里面针对watch.stopTime的访问是否要考虑加锁,我go test -race检测出并发访问问题了。handleWatchTaskEvent里面IsStop判断的时候有并发
go test -race
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Loggie?
v0.0.0-20231110083826-ba7e228e204c
Expected Behavior
没有DATA RACE
Actual Behavior
StopWatchTask 里面针对watch.stopTime的访问是否要考虑加锁,我go test -race检测出并发访问问题了。handleWatchTaskEvent里面IsStop判断的时候有并发
Steps to Reproduce the Problem
go test -race
The text was updated successfully, but these errors were encountered: