dartssh2 icon indicating copy to clipboard operation
dartssh2 copied to clipboard

await file.write(File('local_file.txt').openRead().cast()).done; This code execution will block

Open ccc469 opened this issue 1 year ago • 1 comments

await file.write(File('local_file.txt').openRead().cast()).done; // Blocked here, unable to return results after successful upload print("done"); // Unable to execute

ccc469 avatar Jun 05 '24 10:06 ccc469

I fixed this issue, see my pull request

obemu avatar Jul 30 '24 13:07 obemu