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

dead-circle messages between processes out of Authority #1057

Open
xgocn opened this issue Oct 25, 2024 · 0 comments
Open

dead-circle messages between processes out of Authority #1057

xgocn opened this issue Oct 25, 2024 · 0 comments

Comments

@xgocn
Copy link

xgocn commented Oct 25, 2024

https://www.ao.link/#/message/5kw-KrtXkZhf0DTIVCuTPFavuRHcA9B2CN4DLLVuauA

When a process get a message out of Authority,it will send back a message like

"Messages": [
    {
      "Target": "GyCJGxj21KL3qtE9YvpgvHigHIZpcVdlnoZhgeIF6GM",
      "Data": "Message is not trusted by this process!",
      "Anchor": "00000000000000000000000000534033",
      "Tags": [
        {
          "value": "ao",
          "name": "Data-Protocol"
        },
        {
          "value": "ao.TN.1",
          "name": "Variant"
        },
        {
          "value": "Message",
          "name": "Type"
        },
        {
          "value": "534033",
          "name": "Reference"
        }
      ]
    }
  ],

and activate a dead-circle between each other.

A--->Message is not trusted by this process!--->B
B--->Message is not trusted by this process!--->A
A--->Message is not trusted by this process!--->B
B--->Message is not trusted by this process!--->A
A--->Message is not trusted by this process!--->B
B--->Message is not trusted by this process!--->A
A--->Message is not trusted by this process!--->B

Can you see it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant