shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

* fixed potential empty output issue. #40

Closed deskangel closed 4 years ago

deskangel commented 4 years ago

I ran into a problem with the response variable being empty and found that the input stream must be above the connect() method.

shaqian commented 4 years ago

I didn't know about this. Thanks for the fix!