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
From-Process
Utils.matchesSpec is not working when trying to match messages with tags like From-Process
Spawn(ao.env.Module.Id, { Authority = ao.authorities[1] }) local msg = Receive({["From-Process"] = ao.id}) print("Process: " .. msg.Process)
The text was updated successfully, but these errors were encountered:
fix(aos): matchesspec does not work with from-process #337
9b83ea7
refactor(aos): add context and comments to improve clarity #337
ee1ff6b
refactor(aos): utils file should be local #337
ca44e70
Jeremiahstockdale
Successfully merging a pull request may close this issue.
Problem
Utils.matchesSpec is not working when trying to match messages with tags like
From-Process
Example
The text was updated successfully, but these errors were encountered: