Default behavior of Interface.connectIO
causes multiple input/output module connections per port
#38
Labels
Interface.connectIO
causes multiple input/output module connections per port
#38
Describe the bug
Default behavior for
Interface.connectIO
passesinputTags
andoutputTags
as optionally null directly togetPorts
, which then returns all ports.To Reproduce
Call
connectIO
with noinputTags
noroutputTags
on anInterface
which has at least one port.Expected behavior
If no tags are provided, it should not connect anything. Maybe should throw an exception if neither is provided?
Actual behavior
Exception "Already defined a port with name..."
The text was updated successfully, but these errors were encountered: