gtg092x / gulp-sftp

Gulp SFTP Deploy
140 stars 61 forks source link

Error: read ECONNRESET #77

Open PunkMoon opened 6 years ago

PunkMoon commented 6 years ago

when upload a bunch of files at same time, node will thow this error and the task of gulp will be forced exit:

events.js:160
      throw er; // Unhandled 'error' event
      ^
Error: read ECONNRESET
    at exports._errnoException (util.js:1022:11)
    at TCP.onread (net.js:572:26)

similar problem had solved in this issue https://github.com/icetee/remote-ftp/issues/585#issuecomment-266694435 maybe avoid connecting and disconnecting each time will solve this problem