Changeset 1716 for trunk/sources/HeuristicLab.Hive.Server.Core/3.2
- Timestamp:
- 04/30/09 13:13:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientCommunicator.cs
r1637 r1716 127 127 if (lastHeartbeats.ContainsKey(client.Id)) 128 128 lastHeartbeats.Remove(client.Id); 129 foreach (Job job in jobAdapter.GetActiveJobsOf(client)) { 130 jobManager.ResetJobsDependingOnResults(job); 131 } 129 132 heartbeatLock.ExitWriteLock(); 130 133 }
Note: See TracChangeset
for help on using the changeset viewer.