This use case appears not fonctionnal:
-
instanciate two components CompA-1 and CompA-2 with same TypeA
-
instanciate two components CompB-1 and CompB-2 with same TypeB
-
TypeB used events from TypeA
-
subscribe CompB-1 to CompA-1 and subscribe CompB-2 to CompA-2
-
send an event from CompA-1, CompB-1 received the event. the bug is that CompB-2 received too then it is not subsribe to this instance.
This use case appears not fonctionnal:
instanciate two components CompA-1 and CompA-2 with same TypeA
instanciate two components CompB-1 and CompB-2 with same TypeB
TypeB used events from TypeA
subscribe CompB-1 to CompA-1 and subscribe CompB-2 to CompA-2
send an event from CompA-1, CompB-1 received the event. the bug is that CompB-2 received too then it is not subsribe to this instance.