winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.97k stars 196 forks source link

`invokeAsync` connection is not displayed in Wing Console #6607

Closed eladb closed 3 months ago

eladb commented 3 months ago

I tried this:

let fn1 = new cloud.Function(inflight () => {}) as "fn1";

let fn2 = new cloud.Function(inflight () => {
  fn1.invokeAsync();
}) as "fn2";

This happened:

image

I expected this:

To see the connection between the two functions

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

monadabot commented 3 months ago

Congrats! :rocket: This was released in Wing 0.74.39.