Need to implement a proper scheme to deal with errors when writing or reading a message in an isolate #5060
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-duplicate
Closed in favor of an existing report
Milestone
Currently we have numerous asserts in the code which write or read messages in an Isolate. These asserts should be converted to errors and we need a
proper scheme for isolates to be able to handle errors when reading
or writing messages.
One potential possibility is to report the errors and let the API code
deal with it.
The text was updated successfully, but these errors were encountered: