How to broadcast message to subset of object group/collection? #2095
-
How to avoid sending messages one by one and expensive serialization when I want to broadcast to chosen subset of nodes in object group? Similar question goes for collection. For example if I have 2D collection how to broadcast to one column or row or set of columns or rows? |
Beta Was this translation helpful? Give feedback.
Answered by
lifflander
Dec 18, 2024
Replies: 1 comment
-
Sorry, missed this. There isn't a good way to broadcast to just a column or row. You could create a group using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lifflander
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, missed this. There isn't a good way to broadcast to just a column or row. You could create a group using
theGroupManager()
that spans the set of nodes required to target a row or column.