Skip to content
New issue

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

bug: Utils.matchesSpec does not work with From-Process #337

Open
twilson63 opened this issue Sep 2, 2024 · 0 comments · May be fixed by #383
Open

bug: Utils.matchesSpec does not work with From-Process #337

twilson63 opened this issue Sep 2, 2024 · 0 comments · May be fixed by #383
Assignees
Labels
bug Something isn't working

Comments

@twilson63
Copy link
Collaborator

twilson63 commented Sep 2, 2024

Problem

Utils.matchesSpec is not working when trying to match messages with tags like From-Process

Example

Spawn(ao.env.Module.Id, { Authority = ao.authorities[1] })
local msg = Receive({["From-Process"] = ao.id})
print("Process: " .. msg.Process)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants