-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.