Opened 8 years ago
Last modified 7 years ago
#2830 closed defect
Uncought Exceptions in IOptimizers get lost — at Initial Version
Reported by: | pfleck | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Optimization.Views | Version: | trunk |
Keywords: | Cc: |
Description
Because the Task of IOptimizer.StartAsync() is not awaited in IOptimizerView.startButton_Click any exception that was not yet handled is lost.
Note: See
TracTickets for help on using
tickets.