mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 05:27:16 +00:00
ecs-444, 458, 474, 475, 477
This commit is contained in:
parent
1abf56474e
commit
a5eb61ef0e
15 changed files with 323 additions and 130 deletions
|
|
@ -108,8 +108,9 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
// find a direct tie
|
||||
var directTie = destDevInputTies.FirstOrDefault(
|
||||
t => !(t.SourcePort.ParentDevice is IRoutingInputsOutputs)
|
||||
&& t.DestinationPort.ParentDevice == destination
|
||||
t =>// !(t.SourcePort.ParentDevice is IRoutingInputsOutputs) // why????
|
||||
//&&
|
||||
t.DestinationPort.ParentDevice == destination
|
||||
&& t.SourcePort.ParentDevice == source);
|
||||
RoutingInputPort goodInputPort = null;
|
||||
if (directTie != null) // Found a tie directly to the source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue