shaqian / react-native-ssh-sftp

SSH/SFTP client for React Native
https://www.npmjs.com/package/react-native-ssh-sftp
MIT License
63 stars 52 forks source link

fix issue #22 (App crash when trying to close shell) #42

Open bodaghialib4 opened 2 years ago

bodaghialib4 commented 2 years ago

Dear @shaqian, when the ssh connection closes, it triggers try/catch and it causes to call callback.invoke twice. so to solve this problem, I separate codes of this part into two try/catch.