How to use SDK asynchronously
Thursday, November 3, 2016 at 07:27amHi,
I've been trying to send multiple packages asynchonously. After some testing, I discovered that it cannot truly run in parallel because EslClient.CreatePackage(DocumentPackage) acts as a bottleneck for my application. I figured that it must use some kind of lock mechanism to allow only one call at a time. So here are my questions.
- Why is there a lock in the CreatePackage function?
- Is there a way to work around it using the .Net SDK?
- If not, is there a way to do it with the REST API?
Reply to: How to use SDK asynchronously
Thursday, November 3, 2016 at 09:42amReply to: How to use SDK asynchronously
Thursday, November 3, 2016 at 08:29amReply to: How to use SDK asynchronously
Thursday, November 3, 2016 at 09:09amReply to: How to use SDK asynchronously
Thursday, November 3, 2016 at 10:24am