Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/12 14:30:58 (11 years ago)
Author:
ascheibe
Message:

#1950 added locking for assigning runs to the run collection view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/RefreshableJob.cs

    r8993 r8994  
    302302              });
    303303            }
    304           } else
    305             throw new Exception("This should not happen");
     304          }
    306305        }
    307306        GC.Collect(); // force GC, because .NET is too lazy here (deserialization takes a lot of memory)
Note: See TracChangeset for help on using the changeset viewer.