Open twilson63 opened 1 month ago
Utils.matchesSpec is not working when trying to match messages with tags like From-Process
From-Process
Spawn(ao.env.Module.Id, { Authority = ao.authorities[1] }) local msg = Receive({["From-Process"] = ao.id}) print("Process: " .. msg.Process)
Problem
Utils.matchesSpec is not working when trying to match messages with tags like
From-Process
Example