sshj icon indicating copy to clipboard operation
sshj copied to clipboard

Command::join() hangs when the command output exceeds some size

Open nettiehu opened this issue 5 years ago • 1 comments

After exec() a command, if the command output exceeds some size (around 2 ~ 3 MB, haven't tested accurately), the following join() method will hang forever. When the output size does not exceed that implicit threshold, it returns very fast.

nettiehu avatar Apr 18 '19 08:04 nettiehu

#576 is about the same problem and with more context

dagguh avatar Jan 29 '21 16:01 dagguh