Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/08 16:48:48 (16 years ago)
Author:
msteinbi
Message:

Fixed Error in dummy implementation (#371)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/ClientCommunicator.cs

    r791 r797  
    4343      response.Success = true;
    4444      response.StatusMessage = "HeartBeat received";
     45      response.ActionRequest = new List<MessageContainer>();
    4546      if (jobs.Count > 0)
    4647        response.ActionRequest.Add(new MessageContainer(MessageContainer.MessageType.FetchJob));
Note: See TracChangeset for help on using the changeset viewer.