You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our various worker types aren't returning the deliveryResult from deliver messages sent to that worker. This causes a crash as soon as the first delivery is complete.
There was a syscallLog entry left over in a couple of workers. I think that either goes away, or is replaced with a testLog array (to be merged into the log array that local workers write into with their own testLog).
The text was updated successfully, but these errors were encountered:
Currently our various worker types aren't returning the
deliveryResult
fromdeliver
messages sent to that worker. This causes a crash as soon as the first delivery is complete.The necessary diff is something like this:
except that we need to notify the kernel about failure cases too.
The XS worker needs the same change, something like:
There was a
syscallLog
entry left over in a couple of workers. I think that either goes away, or is replaced with atestLog
array (to be merged into the log array that local workers write into with their owntestLog
).The text was updated successfully, but these errors were encountered: