mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 16:55:04 +00:00
ecs-444, 458, 474, 475, 477
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user