Skip to content

Same produced event is received by unsubscribed components instances #241

@labordep

Description

@labordep

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions