Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/10 13:42:37 (14 years ago)
Author:
kgrading
Message:

fixed HiveBridge and removed compile errors (#830)

File:
1 edited

Legend:

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

    r3011 r3013  
    103103                              " wasn't offline but hasn't sent heartbeats - setting offline");
    104104              client.State = State.offline;
    105               DaoLocator.ClientDao.Update(client);
    106               //clientAdapter.Update(client);
     105              DaoLocator.ClientDao.Update(client);             
    107106              HiveLogger.Info(this.ToString() + ": Client " + client.Id +
    108107                              " wasn't offline but hasn't sent heartbeats - Resetting all his jobs");
Note: See TracChangeset for help on using the changeset viewer.