Recovering Broken Connections In A Peer to Peer Network
- by peter
Hi All,
I am implementing a peer to peer network using WCF NetPeerTcpBinding connections.
I am using a central server which itself overrides the class CustomPeerResolverService. All this service does is register peers, and publish information about the peers to each other.
On my server application I can visibly see which peers are currently…