mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
fix: remove null route when releasing route
This commit is contained in:
parent
a83ba444d3
commit
134e8ba02e
1 changed files with 33 additions and 35 deletions
|
|
@ -77,8 +77,6 @@ namespace PepperDash.Essentials.Core
|
|||
continue;
|
||||
}
|
||||
|
||||
switchingDevice.ExecuteSwitch(null, route.OutputPort.Selector, SignalType);
|
||||
|
||||
if (route.OutputPort.InUseTracker != null)
|
||||
{
|
||||
route.OutputPort.InUseTracker.RemoveUser(Destination, "destination-" + SignalType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue