mwiede/jsch

A strange bug when use InPutStream and OutPutStream

evermuteman opened this issue · 1 comments

I am tring to use jsch implementing a webssh recently, but i found that when i tried to use Stream something strange happens

Here is my test code
1

I am sure it connects successfully
2

But when i send command to remote server, not only the results are sent to me back, but also the previous command i sent
3

I sincerely thank your attention, this really makes me confused.