Thursday 28 June 2018

Multiple get requests

Hi people,I need some help... In the project I'm working on, I make multiple http get requests at the same time. Some of them request data from the same endpoint, but with different id number in the url, eg. getData/2 and getData/4.If I make multiple requests at the same time, but they use different endpoints, everything is okay, eg. getDataA/1 and getDataB/2.When 2 or more requests go to the same endpoint eg. getDataA/1 and getDataA/2, I'm getting following error:{ Error: read ECONNRESETat _errnoException (util.js:1022:11)at Pipe.onread (net.js:628:25) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }Any ideas?:(

Submitted June 28, 2018 at 04:40PM by lip3k

No comments:

Post a Comment