Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/09 17:19:32 (15 years ago)
Author:
kgrading
Message:

added "time for shutdown" behavior: Snapshots of jobs get sent back to the server and then killed. When all jobs are killed, the client switches to disconnect state (#669)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/WcfService.cs

    r2025 r2063  
    267267      if (e.Error == null && e.Result.Success == true)
    268268        SendHeartBeatCompleted(sender, e);
    269       else
     269      else {
     270        Logging.Instance.Error(this.ToString(), "Error: " + e.Result.StatusMessage);
    270271        HandleNetworkError(e.Error);
     272      }
    271273    }
    272274
Note: See TracChangeset for help on using the changeset viewer.