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

self.specified_fields not thread-safe #2

Open
danielstockton opened this issue May 25, 2015 · 1 comment
Open

self.specified_fields not thread-safe #2

danielstockton opened this issue May 25, 2015 · 1 comment
Labels

Comments

@danielstockton
Copy link

self.specified_fields can be shared across threads. This can produce strange results, when you issue multiple requests in quick succession with different specified fields. I don't think a resource should be modified after initialization, since it's initialized once per process.

@dan-klasson
Copy link
Owner

Your bug is definitely confirmed. To be honest I did not foresee this and I'm not really contributing to this code anymore. If you can provide a work around for this I would gladly appreciate it. If not, I am glad you brought it to my attention. And in absence of finding a work around, I will make a comment in the README.md file.

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

No branches or pull requests

2 participants