You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: