Skip to content
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

Re-use location info among all REST clients #204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AlexRukhlin
Copy link
Contributor

No description provided.

clientHandler.init(true, null, getBaseURI());

ApiResourceLocationCollection locations = clientHandler.getLocations();
ApiResourceLocationCollection locations = getServerApiLocations();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's at least two locks taken when inside this line. Do we have a convention (e.g. should we add a comment or something) to make sure that no future modifications take these two locks in a different order? (serverApiVersionLock and serverApiLocationsLock)

(Alternatively, I don't see a problem with locking on the same [serverApiVersionLock] when setting serverApiLocations.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants