Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/11 17:44:18 (12 years ago)
Author:
ascheibe
Message:

#1672

  • don't serialize the results 2 times before uploading
  • made slave a little bit more robust
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Executor.cs

    r7164 r7166  
    188188      if (taskDataInvalid) return null;
    189189
    190       if (task.ExecutionState == ExecutionState.Started) {
     190      if (task != null && task.ExecutionState == ExecutionState.Started) {
    191191        throw new InvalidStateException("Task is still running");
    192192      } else {
Note: See TracChangeset for help on using the changeset viewer.