tom-pytel commented on pull request #20:
URL: https://github.com/apache/skywalking-nodejs/pull/20#issuecomment-753327297


   Ok, well just out of curiosity and since it was a simple tweak I checked 
this and unfortunately the problem is not theoretical but actually fairly bad 
if there is no async / resync. If you are curious to see what happens the 
`client.js` line for my test is:
   ```js
   await new Promise.all(new Array(100).fill().map(() => 
downloadPageA('localhost', 8100, '/')));
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to