You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application uses SFTP (via ssh2-promises) to copy data.
It opens a readStream (sftp.createreadstream) and a writeStream (sftp2.createwritestream) and copies data with readStream.pipe(writeStream).
After I upgraded pm2 to 3.4.0 I get strange copy errors (exception log contains "cannot access method slice of undefined"). Error codes appear to come from my application, but breakpoints are not hit (from where the codes are sent).
As soon as I go back to 3.2.9 everything works again.
The text was updated successfully, but these errors were encountered:
jeffrson
changed the title
Bug in Application after Update from 3.2.9 to 3.4.0
Bug in application streaming data after update from 3.2.9 to 3.4.0
Mar 20, 2019
My application uses SFTP (via ssh2-promises) to copy data.
It opens a readStream (sftp.createreadstream) and a writeStream (sftp2.createwritestream) and copies data with readStream.pipe(writeStream).
After I upgraded pm2 to 3.4.0 I get strange copy errors (exception log contains "cannot access method slice of undefined"). Error codes appear to come from my application, but breakpoints are not hit (from where the codes are sent).
As soon as I go back to 3.2.9 everything works again.
The text was updated successfully, but these errors were encountered: