[go: nahoru, domu]

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

Console allows resource interactions while app is loading #6798

Open
eladcon opened this issue Jun 27, 2024 · 0 comments
Open

Console allows resource interactions while app is loading #6798

eladcon opened this issue Jun 27, 2024 · 0 comments
Labels
🐛 bug Something isn't working 🛫 console Console

Comments

@eladcon
Copy link
Collaborator
eladcon commented Jun 27, 2024

I tried this:

Run this code. Notice the Invoke button on the cloud.Function is enabled while the app is still loading.

bring cloud;
bring util;
let s = new cloud.Service(inflight () => {
  log("service starts");
  util.sleep(15s);
  log("service ends");
});
let f = new cloud.Function(inflight () => {
  log("function invoked");
});

This happened:

The Invoke button on the cloud.Function is enabled while the app is still loading.

I expected this:

No response

Is there a workaround?

No response

Anything else?

No response

Wing Version

No response

Node.js Version

No response

Platform(s)

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
@eladcon eladcon added the 🐛 bug Something isn't working label Jun 27, 2024
@ainvoner ainvoner added the 🛫 console Console label Jul 1, 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 🛫 console Console
Projects
Status: 🆕 New - not properly defined
Development

No branches or pull requests

2 participants