Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
ccc469 opened this issue Jun 5, 2024 · 1 comment

Comments

@ccc469
Copy link

ccc469 commented Jun 5, 2024

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

@obemu
Copy link

obemu commented Jul 30, 2024

I fixed this issue, see my pull request

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants