Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is caused by the following line of code:
if (_evaluatorSettings.OperationState == EvaluatorOperationState.OPERATIONAL && EvaluatorRuntime.State == State.RUNNING) { // code } else { // code DriverInformation driverInformation = _driverConnection.GetDriverInformation(); // code }
We should not call _driverConnection.GetDriverInformation(); on a failed Evaluator.
Attachments
Issue Links
- links to