Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/16 21:37:24 (8 years ago)
Author:
thasling
Message:

#2615:
re-implemented WcfPeerListManager
also sending messages is now done in the background async

File:
1 edited

Legend:

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

    r13887 r13923  
    3131                var serviceUri = new Uri(baseUri, serviceUrl);
    3232                NetTcpBinding binding = new NetTcpBinding();
    33                 //using (var host = new ServiceHost(typeof(MessageContractImpl), serviceUri))
    3433
    3534                using (var host = new ServiceHost(messageContract, serviceUri))
     
    4241                }
    4342            }).Start();
    44             //close service again:
    45             //  _ResetEvent.Set();
    4643            return port;
    4744        }
Note: See TracChangeset for help on using the changeset viewer.