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
connArray.Get() reads v[] without lock
connArray.Get()
v[]
client-go/internal/client/client.go
Lines 230 to 233 in c7fbfc2
connArray.Close()
recycleIdleConnArray
Line 244 in c7fbfc2
The text was updated successfully, but these errors were encountered:
Fixed by #465
Sorry, something went wrong.
youjiali1995
No branches or pull requests
connArray.Get()
readsv[]
without lockclient-go/internal/client/client.go
Lines 230 to 233 in c7fbfc2
connArray.Close()
may modify it in therecycleIdleConnArray
goroutineclient-go/internal/client/client.go
Line 244 in c7fbfc2
The text was updated successfully, but these errors were encountered: