Whenever the PUT request is made, while the request is being processed by the server, an error occurs when you make about 900-1000 requests. The error is:
{ [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }
I did a little bit of research beforehand and it's because of the connection randomly being dropped but I'm not sure how to fix this issue.
Whenever the PUT request is made, while the request is being processed by the server, an error occurs when you make about 900-1000 requests. The error is:
{ [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }I did a little bit of research beforehand and it's because of the connection randomly being dropped but I'm not sure how to fix this issue.