Closed as not planned
Closed as not planned
Description
This is an issue if e.g. two components have the same members in their interfaces, but different latency requirements.
This can likely be solved by checking for structural equality first (with the extensive diagnostics we currently have in connect
) and then also running __eq__
on the appropriately flipped interfaces.