Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/20/10 09:54:05 (14 years ago)
Author:
cneumuel
Message:

fixed invalid plugin-directory (#1159)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/JobDataFetcher.cs

    r4264 r4269  
    7979
    8080    private void DoUpdateRun() {
    81       // [chn] Exception occured here: PollStates enumeration changed!
    82       // todo: make access to PollStates thread-safe!
    83       // * added lock on locker -> didn't help
    84       // * made public property PollStates an IEnumerable to be immutable -> didn't help
    85       // * using for loop
    86 
    8781      JobState[] pollStatesCopy = PollStates.ToArray();
    8882      for (int i = 0; i < pollStatesCopy.Length; i++) {
Note: See TracChangeset for help on using the changeset viewer.