Replies: 1 comment
-
|
Nevermind, it seems that I was updating the elements incorrectly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question about how the shared maps work.
Is my understanding that a pair of linked maps only allow communication in one direction?
Referring to the example in the documentation about shared maps, if shared_map0 is linked to shared_map_output0, the element updates in shared_map0 will be reflected in shared_map_output0, but not the other way round.
If this is true, is there any way to make sure the sync go both ways, or is creating two pairs of "input maps" and "output maps" the only way?
Beta Was this translation helpful? Give feedback.
All reactions