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
Should this be a RLock()/RUnlock instead?
consul/agent/agent.go
Line 959 in 8119497
The text was updated successfully, but these errors were encountered:
Yes.
CC @magiconair
Sorry, something went wrong.
Switches to using a read lock for the agent's RPC dispatcher.
f51d56c
This prevents RPC calls from getting serialized in this spot. Fixes #3376
@tqh great catch - thanks!
No branches or pull requests
Should this be a RLock()/RUnlock instead?
consul/agent/agent.go
Line 959 in 8119497
The text was updated successfully, but these errors were encountered: