Hi
I have a big project, but I made an example of what I'm trying to realize.
There is a first Actor that calls two other Actors.
And both nested Actors send the same data on similar events. So I decided to make abstract messages for them.
But I can't bind the same receiver method to both abstract messages.
If there is a way to do this without using wrappers and other workarounds?
I also attach the whole project (LabVIEW 15)
