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

Assignments in Send() only work sometimes #795

Closed
keikari opened this issue Jun 17, 2024 · 0 comments · Fixed by #810
Closed

Assignments in Send() only work sometimes #795

keikari opened this issue Jun 17, 2024 · 0 comments · Fixed by #810
Assignees
Labels
bug Something isn't working

Comments

@keikari
Copy link

keikari commented Jun 17, 2024

Steps to see the issue:

  1. Create two processes in Aos
  2. In process A do Send({Target = ao.id, Data="Test message", Assignments={ "processB-pid" }})
  3. The message sometimes doesn't get assigned to processB (Repeat 2 if needed)

Example:
This tx 67HuSGqiIx7hW5-0FGS0C1hTNUdmP-2CFOGXb5CqDK0
resulted to a new message with a tag: {name: "Assignments", value: "SqFaEjsVvlDV8xynJioE_Rerlfi9kflAux-MN_s2mt0"}
Result: https://cu.ao-testnet.xyz/result/67HuSGqiIx7hW5-0FGS0C1hTNUdmP-2CFOGXb5CqDK0?process-id=pI2ZDHs5111yXL0iZWIAijuhN25LHvRxRhmjfnZrGKw
But the new message dlGkShLq9zmH8G-Go4-lrG2Fx0w5flflW4ZAfXaL5iw has only been assigned to the target process(A).

Note: The issue seems to only happen with default MU https://mu.ao-testnet.xyz, when using locally setup MU all messages seem to get assigned as expected.

@keikari keikari changed the title Assaingments in Send() only work sometimes Assingments in Send() only work sometimes Jun 17, 2024
@keikari keikari changed the title Assingments in Send() only work sometimes Assignments in Send() only work sometimes Jun 17, 2024
@tzarebczan tzarebczan added the bug Something isn't working label Jun 17, 2024
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.

3 participants