Fix status messages; send metric list to solver

Change-Id: I9c68cd99f2a804e4756a4b3b1ac13199c86bec96
This commit is contained in:
Rudi Schlatte 2024-04-18 17:49:39 +02:00
parent 3077b97cd0
commit d59b05b342

View File

@ -153,6 +153,7 @@ public class ExnConnector {
// asynchronous topics for sending out controller status
amplMessagePublisher,
metricListPublisher,
appStatusPublisher,
// synchronous communication with SAL via exn-middleware
findSalNodeCandidates,
findBrokerNodeCandidates,
@ -324,6 +325,7 @@ public class ExnConnector {
keyValue("appId", appId));
} else {
app.sendAMPL();
app.sendMetricList(); // re-send for solver
}
}
}