Replies: 6 comments 7 replies
-
yes we can do that |
Beta Was this translation helpful? Give feedback.
-
Yes, I would like this too! |
Beta Was this translation helpful? Give feedback.
-
Will try to start that soon |
Beta Was this translation helpful? Give feedback.
-
You can refer to my branch https://github.com/J-W-Chan/Amazon-SP-API-CSharp/tree/async-api-request |
Beta Was this translation helpful? Give feedback.
-
We are fully support asynchronous now |
Beta Was this translation helpful? Give feedback.
-
So, I have been playing with the Async for some time now. It's working well"ish". I think I might be doing something wrong in my code. Can you explain the proper way that you intended this to be implemented for executing multiple tasks simultaneously? Let's say I want to run 3 GetPricing's at the same time.
I hope this makes sense. I have a feeling that my code isn't working right because I'm implementing the async differently than how it was intended to be used. |
Beta Was this translation helpful? Give feedback.
-
All access to the Amazon API is currently synchronous. Are there plans to support asynchronous APIs? @abuzuhri
Beta Was this translation helpful? Give feedback.
All reactions