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

a problem that cause loopping #346

Open
lymanlai opened this issue Sep 15, 2024 · 0 comments
Open

a problem that cause loopping #346

lymanlai opened this issue Sep 15, 2024 · 0 comments

Comments

@lymanlai
Copy link

If some one accidently write this kind of code, then the process will be looping forever.

Handlers.add(
  "handle",
  function()
    return "continue"
  end,
  function(msg)
    ao.send({
      Target = msg.From,
      version = "1.0.1",
      name = "Snake",
    })
  end
)
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