Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/28/16 17:03:36 (8 years ago)
Author:
thasling
Message:

#2615:
implemented lock for timers, because if elapsed-method takes longer than the timer to elapse again, the method is called by another thread conccurently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Hive/P2PMigrationAnalyzer.cs

    r13905 r13943  
    9797      // init P2P
    9898      h = new PeerNetworkMessageHandler();
    99       var peer = h.GetPeerInfo();
    100       peer.ProblemInstance = ((StringValue)Parameters["JobGUID"].ActualValue).Value;
    10199      var lanIpPrefix = ((StringValue)(Parameters["LanIpPrefix"].ActualValue)).Value;
    102100      var contactServerUri = ((StringValue)(Parameters["ContactServerURL"].ActualValue)).Value;
    103101      h.Init(lanIpPrefix, contactServerUri);
     102      var peer = h.GetPeerInfo();
     103      peer.ProblemInstance = ((StringValue)Parameters["JobGUID"].ActualValue).Value;
    104104    }
    105105
Note: See TracChangeset for help on using the changeset viewer.