sanketbajoria / ssh2-promise

ssh with promise/async await and typescript support
https://www.npmjs.com/package/ssh2-promise
MIT License
148 stars 24 forks source link

find Repeat call readFile error #2

Closed dahuahe closed 6 years ago

dahuahe commented 6 years ago

when i Repeat call readFile i find process be hanging [not continue ] only finish first readFile then i read src find err and fix but i think my fix is out of place.. fix picture image $read has been change so image 3Q,

sanketbajoria commented 6 years ago

Seems like, no continue event is present for readFile and writeFile api. Please, take latest code from github, it should work fine now. I haven't published it to npm yet.

sanketbajoria commented 6 years ago

Closing this issue, as resolved