Tagged Questions
7
votes
4answers
2k views
How do I automatically re-establish a duplex channel if it gets faulted?
I'm developing a client/server application in .Net 3.5 using WCF. Basically, a long running client service (on several machines) establish a duplex connection to the server over a netTcpBinding. The ...