Closed megeek closed 11 years ago
I'm using Rye::Set and std error from commands are not being stored in the Rap correctly. This issue is that the code (line 826, 827 in box.rb):
rap.add_stdout(channel[:stdout].read || '') rap.add_stderr(channel[:stderr].read || '')
is reading from the end of the Net:SSH:Buffer object (channel). I've added the code necessary to fix this in this pull request.
Thanks!
Thanks for the fix.
I finally pushed a new release (0.9.9) with this change. Thanks again.
No worries! Glad to be of service. Thanks again for accepting it! :)
I'm using Rye::Set and std error from commands are not being stored in the Rap correctly. This issue is that the code (line 826, 827 in box.rb):
rap.add_stdout(channel[:stdout].read || '') rap.add_stderr(channel[:stderr].read || '')
is reading from the end of the Net:SSH:Buffer object (channel). I've added the code necessary to fix this in this pull request.
Thanks!