diff --git a/runtime/include/sandbox_exit.h b/runtime/include/sandbox_exit.h index f0cae47..54ffb05 100644 --- a/runtime/include/sandbox_exit.h +++ b/runtime/include/sandbox_exit.h @@ -22,6 +22,7 @@ sandbox_exit(struct sandbox *exiting_sandbox) * We draw a distinction between RETURNED and COMPLETED because a sandbox cannot add itself to the * completion queue * TODO: I think this executes when running inside the sandbox, as it hasn't yet yielded + * See Issue #224 at https://github.com/gwsystems/sledge-serverless-framework/issues/224 */ sandbox_set_as_complete(exiting_sandbox, SANDBOX_RETURNED); break;