Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/09 17:11:46 (15 years ago)
Author:
kgrading
Message:

minor (result: major) bugfix (#467)

File:
1 edited

Legend:

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

    r1147 r1150  
    131131        //Pull a Job from the Server
    132132        case MessageContainer.MessageType.FetchJob:
    133           wcfService.PullJobAsync(Guid.NewGuid());
     133          wcfService.PullJobAsync(ConfigManager.Instance.GetClientInfo().ClientId);
    134134          break;         
    135135        //A Job has finished and can be sent back to the server
Note: See TracChangeset for help on using the changeset viewer.