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
Hi, I noticed that sometimes I get wrong values from the cache when I query stuff back to back. This might be because I am using #72 already.
this.item = await this.api.gw2api.items().get(this.itemId); console.log(`Itemid: ${this.itemId}`, this.item); const tpval = await this.api.gw2api.commerce().prices().get(this.itemId);
Sometimes if this gets called a 2nd time the log output will be of the commerce api return not the item.
I haven't looked deeper into it yet, just wanted to let you know. I believe that it is a bug in the autoBatch function.
The text was updated successfully, but these errors were encountered:
small suggests and new test case for issue queicherius#74
b1bf653
was able to reproduce in test case under following conditions:
Sorry, something went wrong.
No branches or pull requests
Hi, I noticed that sometimes I get wrong values from the cache when I query stuff back to back.
This might be because I am using #72 already.
Sometimes if this gets called a 2nd time the log output will be of the commerce api return not the item.
I haven't looked deeper into it yet, just wanted to let you know. I believe that it is a bug in the autoBatch function.
The text was updated successfully, but these errors were encountered: