PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

[FEATURE]-Change startup order to load tie lines last #1145

Closed ndorin closed 11 months ago

ndorin commented 1 year ago

Is your feature request related to a problem? Please describe. There are situations where routing ports may need to be defined in the device activation sequence. This means that loading tie lines may fail if routing ports are not yet defined when LoadTieLines() is called on startup.

Describe the solution you'd like Move the LoadTieLines() method call to after the device activation sequence in the main startup logic.