The GUI needs to update Cadence Manager because the Cadence Manager will timeout despite GUI being open.
This can happen because the GUI can connect to a previous Morpheus's Cadence Manager in timeout loop but does not extend or stop the timeout.
Solutions to this problem include:
- Create background task to GUI to set the active variable in cadence
- Create new check in Cadence Manager to search for open GUI processes with same id
- Merge Cadence Manager of existing Morpheus instance when new instance is initialized
The GUI needs to update Cadence Manager because the Cadence Manager will timeout despite GUI being open.
This can happen because the GUI can connect to a previous Morpheus's Cadence Manager in timeout loop but does not extend or stop the timeout.
Solutions to this problem include: