force-h2020 / force-bdss

Business Decision System general interface
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

BaseMCOCommunicator instance should be created before listeners in EvaluateOperation.run #333

Closed flongford closed 4 years ago

flongford commented 4 years ago

To make sure we always tidy up the threading events / listeners in EvaluateOperation, the creation of the BaseMCOComminucator should be performed before we set up the listeners.

This mirrors the order of events in the OptimizeOperation.