Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/17/16 17:46:40 (8 years ago)
Author:
thasling
Message:

#2615: implemented Dispose()-Method in all classes
also sending a message with the wcf-sender class was rewritten, because of Dispose
added new log entries when server removes peers from its dicionary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs

    r13887 r13918  
    4545                readQueue = new ConcurrentQueue<byte[]>();
    4646
     47
    4748                host = new WcfMessageService();
    4849                ownInstance.Port = host.Init(ownInstance.IpAddress); //getting port, on which service is hostet
     
    6768            {
    6869                host.Dispose();
     70                sender.Dispose();
     71                peerListManager.Dispose();
    6972            }
    7073            catch (Exception ex)
Note: See TracChangeset for help on using the changeset viewer.