Open bodaghialib4 opened 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.
callback.invoke
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.