Writing to IOBuffer from @async
/@sync
#27266
Labels
io
Involving the I/O subsystem: libuv, read, write, etc.
@async
/@sync
#27266
Disclaimer: I'm not positive if this is an issue or just a behaviour change, but I didn't find an existing issue/topic on github or discourse.
Issue
Specifically, the following sample code seems to run fine on 0.6, but fails on a recent nightly.
If I remove the
@async
on nightly then it works again.versioninfo:
The above code was using Compat 0.65.0
The text was updated successfully, but these errors were encountered: