We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When processes spawn other processes and immediately send them messages, the MU cannot detect that the target is a process and sends the message to arweave, the CU then receives this from the SU, for example https://www.ao.link/#/message/owRdq8EJXTtwKnlS8Yd5iJAlTxiIrGOgI7VUzJ3VDEE
{ "error": "Error Encountered when loading message from Scheduler Unit: 400: {"error":"Message or Process not found"}" }
It would be possible in the MU to store freshly spawned ids and then it would know they are a process and not a wallet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
When processes spawn other processes and immediately send them messages, the MU cannot detect that the target is a process and sends the message to arweave, the CU then receives this from the SU, for example https://www.ao.link/#/message/owRdq8EJXTtwKnlS8Yd5iJAlTxiIrGOgI7VUzJ3VDEE
{
"error": "Error Encountered when loading message from Scheduler Unit: 400: {"error":"Message or Process not found"}"
}
Solution
It would be possible in the MU to store freshly spawned ids and then it would know they are a process and not a wallet.
The text was updated successfully, but these errors were encountered: