You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i have 2 separate links from a component, with one needing to target a provider and one needing to target a component, Wadm only ever loads the first link and not the second. if i remove the first link, the second gets loaded. I am unable to get both loaded at the same time
I think this is because links having the same (name, namespace, package) triplet with different targets are not supported currently. Looks like this issue is related to wasmCloud/wasmCloud#3801.
If i have 2 separate links from a component, with one needing to target a provider and one needing to target a component, Wadm only ever loads the first link and not the second. if i remove the first link, the second gets loaded. I am unable to get both loaded at the same time
I expect when i run 'wash get links' to see both of these links, But only the first in the wadm file ever gets linked
wash v0.36.1
├ nats-server v2.10.20
├ wadm v0.18.0
└ wasmcloud v1.4.0
The text was updated successfully, but these errors were encountered: