dartssh2
dartssh2 copied to clipboard
await file.write(File('local_file.txt').openRead().cast()).done; This code execution will block
await file.write(File('local_file.txt').openRead().cast()).done; // Blocked here, unable to return results after successful upload print("done"); // Unable to execute
I fixed this issue, see my pull request