BitStream1

Results 4 comments of BitStream1

Possible dupe of https://github.com/xtermjs/xterm.js/issues/3564

There are a bunch of missing assets in the 7.7.0 release. Their build may have failed. Compare the Assets for 7.7.0 and 7.6.0 in: https://github.com/atom/node-keytar/releases/ Installing [email protected] or not using...

One option to get cancel/timeout to work with fastGet/Put, would be to modify opts.step() in fastXfer() to error if step() returns true. https://github.com/mscdex/ssh2/blob/281c290fc706ed3c2215f5e80a90a2e2498368f3/lib/protocol/SFTP.js#LL2331C48-L2331C48 e.g. Change (In ssh2 library): ``` onstep...

I too have been experiencing this issue. The throw is coming from here: https://github.com/mscdex/ssh2/blob/50ffab8faf473ee94078105d5d8af2dad1c91f0d/lib/protocol/zlib.js#L73 _close() sets handle to null. If there's a pending write that gets flushed after closing, it...