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
{{ message }}
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
I tested replication of a component across multiple runtimes as part of en experiment trying to automatically cover an area with sensors. The problem is that a component in this context should be seen as an atomic unit, but the deployer treats it as a "sub-graph".
I've boiled the example down to the following code:
and looking at the actual outcome of the deployment using csweb I get the picture below, where the cross-component-instance connections token > token from left to right are in error, there should only be a connection left.token > right.token in each component instance.
The text was updated successfully, but these errors were encountered:
I tested replication of a component across multiple runtimes as part of en experiment trying to automatically cover an area with sensors. The problem is that a component in this context should be seen as an atomic unit, but the deployer treats it as a "sub-graph".
I've boiled the example down to the following code:
and looking at the actual outcome of the deployment using
csweb
I get the picture below, where the cross-component-instance connectionstoken > token
fromleft
toright
are in error, there should only be a connectionleft.token > right.token
in each component instance.The text was updated successfully, but these errors were encountered: